An STM32 HAL library for the BMP180 temperature/pressure sensor.
- Minimal setup:
_________
VDD 1 --| O |
GND 2 --| _ |
SCL1 3 --| |_| |
SDA1 4 --|_________|
- In STM32CubeIDE, include
bmp180_for_stm32_hal.handbmp180_for_stm32_hal.c. - Complie and flash
main.cin./examplesto microcontroller. - Read the results from a UART monitor.
- Refer to datasheets for further information.