Skip to content

queekusme/BME280-RP2040-PICO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BME280-RP2040-PICO

My implementation of the BME280 temperature, barometric pressure and humidity sensor for the Raspberry Pi PICO.

This app assumes that you have checked out the PICO SDK and the root of the SDK is setup under the "PICO_SDK_PATH" environment variable and have the required cmake/compilers required to build a C/C++ Pico Project

Build

Run the following commands in the root of the checkout to build the app

mkdir build
cd build
cmake ..
make

About

A BME-280 implementation for the Raspberry Pi Pico

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published