You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: