Interactive hardware game based on memorizing blink pattern
- 
            Updated
            Apr 14, 2021 
- C++
Interactive hardware game based on memorizing blink pattern
An STM32-RTOS Arduino library to implement all kind of switches out of simple push buttons (Momentary buttons) by using embedded simulated behavior. Make the same pushbutton behave completely differently according to needs by just an assignement. Save panel space by reusing the minimum pushbuttons.
PUSHBUTTON_SWITCH_LIB - simple C cross-platform library
This project demonstrates controlling a relay using a PIC16F877A microcontroller. A push button connected to RB0 acts as the input. When pressed, the relay connected to RB1 is turned ON; when released, the relay turns OFF.
This project turns an LED ON when a button is pressed and OFF when released using **MicroPython** on the **Raspberry Pi Pico W**.
This project demonstrates using the external interrupt (INT) of the PIC16F877A. When a push button connected to RB0 is pressed, an interrupt is triggered, toggling an LED or output connected to RC0.
A few options for a Raspberry Pi shutdown button
Add a description, image, and links to the pushbutton-switch topic page so that developers can more easily learn about it.
To associate your repository with the pushbutton-switch topic, visit your repo's landing page and select "manage topics."