2019-07-04 02:53 AM
I'm trying to write this code, in Arduino go well!
I could have the translation with the Hal library?
Wire.beginTransmission(_chipAddress);
Wire.write(address);
Wire.write(value);
Wire.endTransmission();
2019-07-04 10:27 AM
I want to write to the internal register over I2c