Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotyara12/rei2c
Wrapping standard library i2c.h for ease of use
https://github.com/kotyara12/rei2c
esp-idf esp32 i2c i2c-bus i2c-device i2c-sensors
Last synced: about 17 hours ago
JSON representation
Wrapping standard library i2c.h for ease of use
- Host: GitHub
- URL: https://github.com/kotyara12/rei2c
- Owner: kotyara12
- Created: 2021-04-09T13:02:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T16:23:44.000Z (3 months ago)
- Last Synced: 2024-08-07T19:39:32.227Z (3 months ago)
- Topics: esp-idf, esp32, i2c, i2c-bus, i2c-device, i2c-sensors
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# I2C wrapper for ESP32 and ESP-IDF
Wrapping standard library i2c.h for ease of use.
## Dependencies:
- https://github.com/kotyara12/rLog### 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)