|
What is the value of the argument (0x12) in the code below. Is this some register address value or the I2C device address? |
Answered by
cparata
Jan 8, 2024
Replies: 2 comments
|
Hi @metanav But I let @cparata confirmed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @metanav ,
yes it is the I2C address to be used. Could you try to use the default address (no parameter) or change the I2C address to 0x08 or 0x40? Let me know if in this way it works.
Best Regards,
Carlo