cancel
Showing results for 
Search instead for 
Did you mean: 

Hall 12c write to register

SDall
Associate II

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();

1 REPLY 1
SDall
Associate II

I want to write to the internal register ​over I2c