https://github.com/reybits/simple-switch-on-arduino
Simple Switch on Arduino
https://github.com/reybits/simple-switch-on-arduino
Last synced: 4 months ago
JSON representation
Simple Switch on Arduino
- Host: GitHub
- URL: https://github.com/reybits/simple-switch-on-arduino
- Owner: reybits
- Created: 2016-03-01T19:44:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T23:51:10.000Z (over 7 years ago)
- Last Synced: 2025-06-24T13:55:13.329Z (about 1 year ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-Switch-on-Arduino
This program was written for Arduino after watching a video on [YouTube](https://www.youtube.com/watch?v=XxYyP1PEU7I).
General modifications:
1. Antenna LED and first switch LED merged.
2. Built-in pull-up resistor used.
3. All buttons processed "in parallel".
4. Completely refactored program.
--
```
Andrey A. Ugolnik
http://www.ugolnik.info
```