Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotyara12/rescheduler
Library for working with schedules (ESP-IDF)
https://github.com/kotyara12/rescheduler
esp-idf esp32 schedule scheduler
Last synced: about 17 hours ago
JSON representation
Library for working with schedules (ESP-IDF)
- Host: GitHub
- URL: https://github.com/kotyara12/rescheduler
- Owner: kotyara12
- Created: 2021-10-01T08:44:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T11:03:07.000Z (about 1 year ago)
- Last Synced: 2023-10-19T12:25:22.857Z (about 1 year ago)
- Topics: esp-idf, esp32, schedule, scheduler
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reEvents for ESP32 / ESP-IDF
Library for working with schedules (ESP-IDF)
## Dependencies:
- https://github.com/kotyara12/rLog
- https://github.com/kotyara12/reEvents
- https://github.com/kotyara12/reEsp32
- https://github.com/kotyara12/reParams
- https://github.com/kotyara12/reSysInfo (optional)### Notes:
- libraries starting with the re prefix are only suitable for ESP32 and ESP-IDF
- libraries starting with the ra prefix are only suitable for ARDUINO compatible code
- libraries starting with the r prefix can be used in both cases (in ESP-IDF and in ARDUINO)