Arduino package: Difference between revisions

Jump to navigation Jump to search
21 bytes removed ,  10 June 2019
m
Remove redundant Category:Packages.
m (Remove redundant Category:Packages.)
(One intermediate revision by one other user not shown)
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 =
Line 109: Line 108:
* The [https://octave.sourceforge.io/arduino/overview.html Function Reference]
* The [https://octave.sourceforge.io/arduino/overview.html Function Reference]


[[Category:Octave Forge]][[Category:Packages]]
[[Category:Octave Forge]]

Navigation menu