https://github.com/kotyara12/reevents
Main event loop for ESP32
https://github.com/kotyara12/reevents
esp-idf esp32 events
Last synced: about 1 year ago
JSON representation
Main event loop for ESP32
- Host: GitHub
- URL: https://github.com/kotyara12/reevents
- Owner: kotyara12
- Created: 2021-10-01T08:36:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T19:10:11.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T10:21:30.792Z (about 1 year ago)
- Topics: esp-idf, esp32, events
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reEvents / ESP-IDF
Main event loop for ESP32 (ESP-IDF)
## Dependencies:
- https://github.com/kotyara12/rLog
- https://github.com/kotyara12/rTypes
### 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)