Commit graph

7 commits

Author SHA1 Message Date
David Lehrian
17ba05606c Update ds18b20.h
Added "extern C" to make the library compatible with C++.
2021-10-12 11:52:12 -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
2358496d88 Update ds18b20.h 2016-09-29 17:05:37 +02:00
Feelfree
b315db990d Create ds18b20.h 2016-09-29 16:53:38 +02:00