Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 323 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 323 Bytes

STM32F103-BMP280

code written for BMP280 for fetching temperature , pressure and calculating Altitude.

NOTE: While creating project i started as I2C scanner so inside it is named as I2c Scanner but its is code for BMP280

code is developed by using https://github.com/ciastkolog/BMP280_STM32 Big thanks to Ciastkolog