tomcourt / enguino

Engine monitoring for experimental aircraft on your tablet for about $150
GNU General Public License v3.0
24 stars 12 forks source link

Arduino Yun #11

Open tomcourt opened 7 years ago

tomcourt commented 7 years ago

The Arduino Yun would support airplanes lacking a Stratux. The code would need to use the 'bridge' objects instead of the ethernet objects. Use #ifdef AVR_YUN to flex the code.

Support for Wifi and Ethernet shields may be a good idea as well. Need to create an interface table of which pins are used by which boards to figure out jumper combinations required on custom shield board. Also what is lost with each board, for example Yún eats up a number of IRQs.