https://github.com/kevinmcaleer/misttimer
https://github.com/kevinmcaleer/misttimer
micropython
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinmcaleer/misttimer
- Owner: kevinmcaleer
- Created: 2021-06-18T09:08:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T09:12:09.000Z (about 5 years ago)
- Last Synced: 2025-10-20T12:04:36.305Z (8 months ago)
- Topics: micropython
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mist App
This is a simple MicroPython program that will set a Relay to on after a number of
minutes have elapsed as set in `cycle_time`.
The relay will remain on for the number of seconds defined in `sleep_seconds`
You can play with these two variables during testing so you don't have to wait a full 4 hours between Mist cycles.
-Kevin