Bare Minimum Arun kr.g April 26, 2020 This example contains the bare minimum of code you need for a sketch to compile properly on Arduino Software (IDE): the setup() method an... Read More
Fade Arduino Arun kr.g April 26, 2020 This example demonstrates the use of the analogWrite() function in fading an LED off and on. AnalogWrite uses pulse width modulation (P... Read More
Read Analog Voltage Arun kr.g April 24, 2020 Read Analog Voltage This example shows you how to read an analog input on analog pin 0, convert the values from analogRead() into voltag... Read More
Digital Read Serial Arun kr.g April 20, 2020 This example shows you how to monitor the state of a switch by establishing serial communication between your Arduino or Genuino and your c... Read More
Blink Arun kr.g April 19, 2020 This example shows the simplest thing you can do with an Arduino or Genuino to see physical output: it blinks the on-board LED. Hardwar... Read More
Analog Read Serial Arun kr.g April 18, 2020 This example shows you how to read analog input from the physical world using a potentiometer. A potentiometer is a simple mechanical de... Read More