https://github.com/imranr98/buttonpresser
Arduino moves a servo motor every X seconds. Used to physically press a power button on my server every hour to automatically turn it on in case it turns off (when it is on, power button presses are ignored).
https://github.com/imranr98/buttonpresser
Last synced: 9 months ago
JSON representation
Arduino moves a servo motor every X seconds. Used to physically press a power button on my server every hour to automatically turn it on in case it turns off (when it is on, power button presses are ignored).
- Host: GitHub
- URL: https://github.com/imranr98/buttonpresser
- Owner: ImranR98
- License: mit
- Created: 2023-10-23T23:39:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T23:40:12.000Z (about 2 years ago)
- Last Synced: 2025-04-03T12:53:08.091Z (9 months ago)
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# buttonPresser
Arduino moves a servo motor every X seconds. Used to physically press a power button on my server every hour to automatically turn it on in case it turns off (when it is on, power button presses are ignored).