Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotyara12/reesp32
ESP32 system functions and utilites (ESP-IDF)
https://github.com/kotyara12/reesp32
esp-idf esp-idf-framework esp32 esp32-idf
Last synced: about 17 hours ago
JSON representation
ESP32 system functions and utilites (ESP-IDF)
- Host: GitHub
- URL: https://github.com/kotyara12/reesp32
- Owner: kotyara12
- Created: 2021-12-07T13:43:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T16:23:58.000Z (3 months ago)
- Last Synced: 2024-08-07T19:39:48.634Z (3 months ago)
- Topics: esp-idf, esp-idf-framework, esp32, esp32-idf
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reEsp32 for ESP32 / ESP-IDF
ESP32 system functions and utilites (ESP-IDF)
## 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)