Arduino package: Difference between revisions

No change in size ,  25 February 2019
m
Line 91: Line 91:
The full code, with the LED controlled in a loop ti turn it on/off each second is in the following example:
The full code, with the LED controlled in a loop ti turn it on/off each second is in the following example:


   a = arduino;
   ar = arduino;
   led_pin = "d13";
   led_pin = "d13";
   while true
   while true
Line 99: Line 99:
     pause (0.5)
     pause (0.5)
   endwhile
   endwhile


= Documentation =
= Documentation =