Howto:Use Arduino with FlightGear: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 70: Line 70:
====Code====
====Code====
Copy this code to Arduino IDE and send it to Arduino Uno:
Copy this code to Arduino IDE and send it to Arduino Uno:
<syntaxhighlight lang="
<syntaxhighlight lang="">
     /*
     /*
       FGFS Input Test
       FGFS Input Test
Line 133: Line 133:
       }
       }
     }
     }
</syntaxhighlight>


====Test serial output====
====Test serial output====
23

edits