Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 642 Bytes

examples.rst

File metadata and controls

27 lines (19 loc) · 642 Bytes

Simple test

Ensure your device works with this simple test.

../examples/bme280_simpletest.py

Normal Mode

Example showing how the BME280 library can be used to set the various parameters supported by the sensor

../examples/bme280_normal_mode.py

RP Pico Example

Example showing how the BME280 library using a RP Pico

../examples/bme280_simpletest_pico.py