Open mahesh2000 opened 4 years ago
hi, i don't believe your method can be used to read 16-bit values; some sensors provide this. see https://github.com/tomtor/ulp-i2c for a bit-banged approach to the problem.
if you want to use macros reading 16 bit here is a example implementation: https://github.com/frankheisig71/TestAccel
hi, i don't believe your method can be used to read 16-bit values; some sensors provide this. see https://github.com/tomtor/ulp-i2c for a bit-banged approach to the problem.