Commit graph

8 commits

Author SHA1 Message Date
David Lehrian
4cc87cc8da corrected import of esp32/rom/ets_sys.h
Corrected deprecated location of import of rom/ets_sys.h to esp32/rom/ets_sys.h
2021-08-20 00:36:15 -07:00
David Lehrian
faa114d6a1 Move esp_system.h to ds18b20.h
Move include of esp_system.h from .c to .h file because I started getting an error that bool was undefined.
2021-08-18 20:39:22 -07:00
David Lehrian
29a349e6e0 Added defines for backward compatibility.
Added defines for backwards compatibility and added back method to get a single temperature without needing the address.
2021-08-18 19:03:26 -07:00
David Lehrian
9909176836 Support multiple devices
Updated to support multiple ds18b20 devices and provide for configuration of those devices.  Can get the temperature in Celcius and Farenheit.
2021-08-18 18:39:14 -07:00
Akom
5abbe03134 Renaming methods to avoid collisions 2017-11-10 15:25:55 -07:00
Feelfree (Filip)
3ae7d3ad60 Shorten code 2017-03-03 12:01:58 +01:00
Feelfree
6de884f296 Update ds18b20.c 2016-09-29 17:06:03 +02:00
Feelfree
f3c699e6ed Create ds18b20.c 2016-09-29 16:52:55 +02:00