Wykres commitów

4 Commity (92773a9c95cbe0044cbd66453c1f33180a9f37af)

Autor SHA1 Wiadomość Data
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 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