Note: Author comes from a C background so a heavy use of `uint8_t` instead of `byte`s, and `uint16_t` instead of `int`s is used here. **Latching Button Requirements** We have a `Button::wasPressed()` ...
This project demonstrates how to build a simple latching power switch using a push button and an LED connected to an Arduino Uno. The LED turns ON when the button is pressed once, and turns OFF when ...