Arduino Programming Documentation Blog Entry
Hi everyone!!! In this blog entry, I will explain 4 tasks: Input devices: Interface a potentiometer analog input to maker UNO board and measure/show its signal in serial monitor Arduino IDE. Interface a LDR to maker UNO board and measure/show its signal in serial monitor Arduino IDE Output devices: Interface 3 LEDs to maker UNO board and program it to perform something (fade or flash etc) Include the pushbutton on the MakerUno board to start/stop part 2.a. above For each of the tasks, I will describe: The program/code that I have used and explanation of the code. The code is in writable format The sources/references that I used to write the code/program. The problems I encountered and how I fixed them. The evidence that the code/program worked in the form of video of the executed program/code. Finally, I will describe my Learning reflection on the overall Arduino programming activities. Input devices: Interface a potentiometer analog input to maker UNO board and measure/sho...