Welcome back everybody! Today I will be sharing my experience my journey in Arduino Programming using the maker UNO kit as well as showing some of the the tasks that I have completed. Contents 1. Input devices: a. Interface a potentiometer analog input to maker UNO board and measure/show its signal in serial monitor Arduino IDE. b. Interface a LDR to Maker UNO board and measure/show its signal in serial monitor Arduino IDE 2. Output devices: a. Interface 3 LEDs (Red, Yellow, Green) to maker UNO board and program it to perform something (fade or flash etc) b. Include the pushbutton on the Maker Uno board to start/stop part 2.a. above 3. For each of the tasks I will describe: a. The code that I have used and explanation of the code. b. The references that I used to write the code c. The problems I encountered and how I