Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)