Labduino – Serial, analog, digital i/o

Screen Shot 2016-01-30 at 3.20.16 PM

created examples of:
analogRead, analogWrite
digitalRead, digitalWrite
Serial.read, Serial.print

Red led turns on if button is pressed (digitalRead/Write), gives serial output of current state (Serial.print).

Green led turns on when you send type to the serial monitor (Serial.read).

Pink led is always on, fading up and down (analogWrite).

Three-pronged RGB led, turns on depending on the position of the joystick (analogRead).
.fzz + .ino files

Leave a Reply

Your email address will not be published. Required fields are marked *