0% found this document useful (0 votes)
2 views

Arduino Class Notes

The document provides notes on the push button as an input component in Arduino projects, explaining its two states: pressed (closed circuit) and released (open circuit). It highlights applications such as interactive user interfaces and device control systems. Additionally, it lists the components needed to create an LED push button circuit, including an Arduino board and a breadboard.

Uploaded by

gyandaniel599
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Arduino Class Notes

The document provides notes on the push button as an input component in Arduino projects, explaining its two states: pressed (closed circuit) and released (open circuit). It highlights applications such as interactive user interfaces and device control systems. Additionally, it lists the components needed to create an LED push button circuit, including an Arduino board and a breadboard.

Uploaded by

gyandaniel599
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ARDUINO CLASS NOTES

INPUT COMPONENTS
PUSH BUTTON
A push button is simple switch mechanism used to allow or interact the flow of
current in an electrical circuit.
It has two states;
1. The Pressed ( The closed state) : When pressed, it completes the circuit.
2. The Released (The open state) : When released, it breaks the circuit
stopping the flow of current.
APPLICATION OF THE PUSH BUTTON LED CIRCUIT
• It is used as interactive user interfaces
• It is used in simple input mechanism for micro controller projects
• It is used as device control system
COMPONENTS REQUIRED IN MAKING LED PUSH BUTTON CIRCUIT
➢ Push button
➢ LED
➢ Jumper wires
➢ Resistor
➢ Arduino board
➢ Breadboard

You might also like