1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/ds18
Guillaume Gonnet 1783b3da55 drivers/ds18: fix ds18_read with negative temperatures
When DS18 returns 0xFE6F (corresponding to -25.0625 °C), `ds18_read` returns
13877 whereas it should return -2506. This commit fixes this issue.
2019-05-16 20:12:22 +02:00
..
include drivers/ds18: Add Maxim Integrated ds18 driver 2018-10-24 16:02:05 +02:00
ds18_internal.h drivers/ds18: Add Maxim Integrated ds18 driver 2018-10-24 16:02:05 +02:00
ds18_saul.c drivers/ds18: refactor functions with const dev pointer 2019-01-08 19:25:13 +01:00
ds18.c drivers/ds18: fix ds18_read with negative temperatures 2019-05-16 20:12:22 +02:00
Makefile drivers/ds18: Add Maxim Integrated ds18 driver 2018-10-24 16:02:05 +02:00