Arduino Programming basic digitalread
Basic Arduino tutorial:
Video:
Upload program given below to Arduino
Program:
void setup() {
// initialize serial communication at 9600 bits per …Read More
Arduino Programming basic Led fade
Video:
Program:
int led = 9; // the pin that the LED is attached to
int brightness = 0; // how bright the LED is
int fadeAmount = 5…Read More
0 comments:
Post a Comment