Description
The bme280 driver is missing a README.
What to do
Create lib/bme280/README.md following the existing pattern (see lib/ism330dl/README.md for the most complete example):
- Title — driver name and one-line description
- Features — list of capabilities
- I2C Address — check
const.py for the default
- Basic Usage — code snippet with import, init, and a simple read
- API — list all public methods with short descriptions
- Examples — table linking to
examples/*.py files if they exist
Reference
- Model to follow:
lib/ism330dl/README.md
- Driver code:
lib/bme280/
Checklist
Note: This issue is blocked until the driver code is implemented. The lib/bme280/ directory is currently empty.
Description
The
bme280driver is missing a README.What to do
Create
lib/bme280/README.mdfollowing the existing pattern (seelib/ism330dl/README.mdfor the most complete example):const.pyfor the defaultexamples/*.pyfiles if they existReference
lib/ism330dl/README.mdlib/bme280/Checklist
lib/bme280/README.md