Question
Hall 12c write to register
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();
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();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.