Circuit #5- PUSH BUTTONS
About:
The most common and simple inputs – a push button. e way a push button works with Arduino is that when the button is pushed, the voltage goes LOW.
About:
This is the code for circuit 5. The codes on there are what we send to the Arduino to get it to work.
Circuit #6- PHOTO RESISTOR
About:
There was a photo resistor which changes resistance based on how much light the sensor receives.
About:
This is the code for circuit 6. The codes on there are what we send to the Arduino to get it to work.
Circuit #7- TEMPERATURE SENSOR
About:
There is a sensor that has three pins – a positive, a ground, and a signal. For every centigrade degree it reads, it outputs 10 millivolts.
About:
The code for circuit 7 is shown in the video is what the temperature is around the temperature sensor.