Wykres commitów

10 Commity (598e8c62862fbdf10a9fbeafd8207c8f7b13d0ae)

Autor SHA1 Wiadomość Data
robert 598e8c6286 bme280_*.py: Add an one second timeout
Add a timeout when waiting for the sensor to flag "ready".
This is set to about 1 second now.
2020-11-28 13:51:01 +01:00
robert 79ccf348ec BME280*.py: Align error message to the expcted parameters. 2019-12-27 17:56:58 +01:00
robert 3bc048f93e bme280*.py: Use names for the power modes. 2019-12-19 15:49:15 +01:00
robert-hh a7074fd2d5
Update README.md
Some minor fix in the example
2019-01-12 20:34:09 +01:00
hh 0223507e1e bme280_xxx.py: Make the code a little bit more PEP8 compliant 2019-01-01 11:10:11 +01:00
hh 92773a9c95 bme280_xxx.py: Simplify calibration value reading 2018-11-27 21:41:35 +01:00
hh db8689bd9a bme280_xxx: Check the status register for completion
Instead of just waiting a safe time, check the status register
for completion of the measurement. The drawback is a slightly
increased power consumption.
2018-11-19 21:47:38 +01:00
hh 7bd268d0fa README.md: Fix copy & paste error 2018-11-18 20:23:00 +01:00
hh 5a283cf149 bme280_xxx.py: Add methods for altitude and dew_point
The Documentation is extended accordingly
2018-11-18 20:20:08 +01:00
hh d8d78924a8 bme280_xxx.py: Microypthon driver for the BME280 sensor
Initial commit. Files:
bme280_int.py: Driver using integer arithmetic for compensation
bme280_float.py: Driver using floating point arithmetic for compensation
README.md: Documentation
bmetest.py: Sample test code.
2018-11-11 16:01:02 +01:00