Writing to a memory address using I2C
Posted: Sat Sep 23, 2023 12:52 pm
Is there a way of writing to a specific memory address using the ESP32 I2C driver? I could find the functions i2c_master_write_to_device and i2c_master_read_from_device but they don't take into consideration the memory address of the device.