@jvmo said in External libraries and I2C via UIFLOW:
i2c1.write_u8(0x24, 0x00)
Thanks for the sample code. I am trying to use UIFlow to write a program running on M5Stack Core on the BTC Base with DHT12 sensor. I found it kept reading wrong data until the i2c1.write_u8(0x24, 0x00) sentence in your code inspired me.