Recientemente avance la programación del STM32L432KC mediante Keil uVision5, ahora requiero conectar un sensor de humedad y medir los datos, aun soy principiante y no se q como conseguir las librerías para esto. Ayúdenme por favor :)
For example:
https://community.st.com/t5/stm32-mcus-products/has-anyone-try-to-dht11-or-dht22-with-stm32f7-or-stm32h7/m-p/150295
Note that the DHT22 uses a proprietary serial interface over a single wire - so you will (almost?) certainly have to bit-bang it.
Therefore, that should be easy to port to/from any other microcontroller - the only bits specific to the microcontroller would be:
And none of that is specific to Keil.