Skip to main content
ZKURT.1
Senior
December 27, 2021
Question

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?

  • December 27, 2021
  • 1 reply
  • 1319 views

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

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
December 27, 2021

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

JW