Skip to main content
SDall
Associate III
July 4, 2019
Question

Hall 12c write to register

  • July 4, 2019
  • 1 reply
  • 582 views

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

This topic has been closed for replies.

1 reply

SDall
SDallAuthor
Associate III
July 4, 2019

I want to write to the internal register ​over I2c