marco-loche / aug-programmare-arduino

Code for my lesson on Arduino Basic Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fusolab AUG corso Arduino

01 simple

classic blink example

02 var const

proper use of const and var

03 if else

switch led off when button is pressed

04 for

fade in/out with for loop

05 funzioni

fade example (03) but now with functions

06 monitor

introducing the usage of serial monitor as debug tool

07 libreria

fade example with a fader object move the Fader/ directory under the Library directory of the Arduino IDE

08 esercizio

switch the LED off whilst pushing the button.

About

Code for my lesson on Arduino Basic Programming


Languages

Language:Arduino 87.0%Language:C++ 13.0%