UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.33k stars 414 forks source link

Added i2c_dev_write_read_nonstop #618

Open dizcza opened 4 months ago

dizcza commented 4 months ago

A wrapper of i2c_master_write_read_device - needed for Arduino Wire replacement (will do in the following PR).