There is a bug in the driver for DS18B20: instead of delaying for 750ms it waits only for 750us, which obviously causes that read temprature is not valid (it's default 85 degrees). |
||
|---|---|---|
| .. | ||
| component.mk | ||
| ds18b20.c | ||
| ds18b20.h | ||
There is a bug in the driver for DS18B20: instead of delaying for 750ms it waits only for 750us, which obviously causes that read temprature is not valid (it's default 85 degrees). |
||
|---|---|---|
| .. | ||
| component.mk | ||
| ds18b20.c | ||
| ds18b20.h | ||