[ Log In ]

16x2 LCD (Liquid Crystal Display)

16x2 LCD (Liquid Crystal Display)

$12.50
Qty:
Newbie Hack Shirt Back
Front of the 128x64 display module

128x64 OLED Display Yel/Blu

$17.95
Qty:
3 pin slide switch

SPDT Slide Switch 3 pin 30V

$1.49
Qty:
Tactile momentary push button switch 6 mm x 6 mm (through hole)
LED button tactile switch

LED Button Tactile Switch

$1.89
Qty:
Red Through Hole LED (Light emitting diode)

Single Red Through Hole LED (Light Emitting Diode)

$0.34
Qty:
Green through hole LED (light emitting diode)

Single Green Through Hole LED (Light Emitting Diode)

$0.34
Qty:
Yellow through hole LED (light emitting diode)

Single Yellow Through Hole LED (Light Emitting Diode)

$0.34
Qty:

LED Button Tactile Switch

LED button tactile switch LED button tactile switch - bottom view LED button tactile switch - sideways view LED button shown with a caliper. The measurement reads .4705 inches. LED button shown with a caliper. The measurement reads .3255 inches. LED button shown with a caliper. The measurement reads .5915 inches. LED button shown with a caliper. The measurement reads .1585 inches.
LED button tactile switch LED button tactile switch - bottom view LED button tactile switch - sideways view LED button shown with a caliper. The measurement reads .4705 inches. LED button shown with a caliper. The measurement reads .3255 inches. LED button shown with a caliper. The measurement reads .5915 inches. LED button shown with a caliper. The measurement reads .1585 inches.

Introduction:

Push button switches are used to provide input to microcontrollers and electronics. Press the button to complete the circuit. This is just like the regular push button switch except it has an LED which can provide visual feedback.

Description:

This is the type of tactile push button switch that has a momentary action which means, the switch is activated only when it is depressed. When the push button is released, the switch is disengaged. The LED is blue color.

Specifications:Size: 12mm x 12mm x 7.3mm Mounting type: through holeMax Voltage: 12VMax Current: 50mA

LED Button Tactile Switch

$1.89
Qty:

Learn about the LED Button Tactile Switch

The push button switch is connected to the first pin of the microcontroller (PORTB Pin 0) and the other end of the button is connected to ground since the pin will be in a high state.
Programming for push button switch functionality on the Atmel AVR microcontroller on PORTB Pin 1 using the condition that uses the bit_is_clear(PIN?, ?) function. In this case, the push button has a ...
Schematic on paper of one button with hardware debouncing and two LEDs (Light Emitting Diodes) connected to an AVR microcontroller. The push button switch is connected to pin 1 on PORT B and the LEDs...
Breadboard circuit of one button with hardware debouncing and two LEDs (Light Emitting Diodes) connected to an AVR microcontroller. The push button switch is connected to pin 1 on PORT B and the LEDs...
The hobby servo is connected to the microcontroller using three wires, the VCC, GND and signal wire. The signal wire is connected to the OCR1A pin of the AVR microcontroller which will output the PWM...