mstenta / atmospi

Atmospheric monitoring app for logging and graphing temperatures and humidities over time using a Raspberry Pi and DS18B20, DHT11, DHT22, and AM2302 sensor(s).
31 stars 9 forks source link

Update measure-ds18b20.py #29

Closed ultima-originem closed 9 years ago

ultima-originem commented 9 years ago

Increased the delay time from 0.2 to 0.5s to prevent random sensors dropping out when a large number of sensors is present [>8]

mstenta commented 9 years ago

Looks good! Thanks @ot3!