]> git.piffa.net Git - sketchbook_andrea/blob - basic_programming/loops/switch_loop_README
8143081aad75993a1d27363f7ba8ad4deb88bb0e
[sketchbook_andrea] / basic_programming / loops / switch_loop_README
1 Use examples provided with arduino:
2
3 EDIT -> Example -> Control -> ...
4
5 - SwitchCase: check the range of a (mapped)  analog input with a switch loop.
6 - SwitchCase2: SerialInput to light up a bunch of LEDS.