cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone transcoded the SHT30 Sensor for STM32L0 or any series? I didn't know how to adapt the I2C pins while exporting the libraries. For example how can I adapt these parts from arduino to stm32?

ZKURT.1
Senior

Has anyone transcoded the SHT30 Sensor for STM32L0 or any series? I didn't know how to adapt the I2C pins while exporting the libraries. For example how can I adapt these parts from arduino to stm32? link with library: https://github.com/Risele/SHT3x/blob/master/SHT3x.cpp

0693W00000HppaZQAR.png

1 REPLY 1

That's something rooted deeply in Arduino, initializing either of the two I2C ports available on some larger Arduinos.

JW