https://github.com/kotyara12/reledsys
Device status display via system LED (legacy)
https://github.com/kotyara12/reledsys
esp-idf esp32 led state state-machine
Last synced: about 2 months ago
JSON representation
Device status display via system LED (legacy)
- Host: GitHub
- URL: https://github.com/kotyara12/reledsys
- Owner: kotyara12
- Created: 2021-10-01T08:29:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T10:00:08.000Z (over 4 years ago)
- Last Synced: 2025-03-13T04:14:27.552Z (over 1 year ago)
- Topics: esp-idf, esp32, led, state, state-machine
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reLedSys for ESP32 / ESP-IDF
Device status display via system LED (legacy)
## Dependencies:
- https://github.com/kotyara12/rLog
- https://github.com/kotyara12/reLed
### 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)