Skip to content

PiotrTopa/esp32-BMP280

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMP280 sensor driver for ESP32

Sensor driver implementation based on datasheet and available sources. It is prepared to be runned as component with dependency on I2Cdev lib (https://github.com/PiotrTopa/esp32-I2Cdev). It is compatibile with PlatformIO esp-idf framework.

Add components to your project

You need to add this repository along with I2Cdev to your project as ESP-IDF component.

cd ~/myProjects/myProject
cd components
git clone https://github.com/PiotrTopa/esp32-I2Cdev I2Cdev
git clone https://github.com/PiotrTopa/esp32-BMP280 BMP280

Example

Please see code example at /example/main.c

Releases

No releases published

Packages

No packages published