I2C Sensor doesn't work on PortA on Core2 AWS
-
Hello,
I am using this lib and example:
https://github.com/m5stack/M5-DLight/blob/master/examples/Unit_DLight_M5Core2/Unit_DLight_M5Core2.ino
The reading is always 65535, and seems like the I2C port doesn't initiate!
I connected the sensor on a general Arduino board and was reading the data so it is definitely something with the Core2 not reading the I2C portA.
I ve also tried sensor.begin(&Wire, 32, 33) to explicitely specify the external I2C on Core 2 but didn't work
Would love some help!