Components and supplies
LED
Button
Alligator Clips
Apps and platforms
Arduino IDE
Project description
Code
button_code
arduino
This code will be the only code you will need. This will tell the computer or microcontroller that pinmode 9 is connected to the button and the led is connected to pinmode 3. The microcontroller will constantly be checking if pin 2 is low. If pin 2 is low, pin three goes high.
button_code
arduino
This code will be the only code you will need. This will tell the computer or microcontroller that pinmode 9 is connected to the button and the led is connected to pinmode 3. The microcontroller will constantly be checking if pin 2 is low. If pin 2 is low, pin three goes high.
button_code
arduino
This code will be the only code you will need. This will tell the computer or microcontroller that pinmode 9 is connected to the button and the led is connected to pinmode 3. The microcontroller will constantly be checking if pin 2 is low. If pin 2 is low, pin three goes high.
Comments
Only logged in users can leave comments
matthewkohn6
0 Followers
•1 Projects
0
1
Simple LED Button | Arduino Project Hub
Anonymous user
4 years ago
Hi Matthew, This looks great. Thank you