Dallas DS18B20 OneWire sensor library
Dependents: B-SMART_V15_release
Fork of DS1820 by
History
Updates to expose address
2016-01-10, by SomeRandomBloke [Sun, 10 Jan 2016 22:35:20 +0000] rev 14
Updates to expose address
Switched to Sam's LinkedList
2015-03-09, by Sissors [Mon, 09 Mar 2015 20:41:08 +0000] rev 13
Switched to Sam's LinkedList
Fixed issue with multplie probes
2015-02-26, by Sissors [Thu, 26 Feb 2015 22:20:24 +0000] rev 12
Fixed issue with multplie probes
;
; The command byte got garbled after first sent, resulting in other runs no probes responding.
Renamed all CRC to _CRC to remove conflict with STM devices.
2015-02-16, by Sissors [Mon, 16 Feb 2015 16:53:11 +0000] rev 11
Renamed all CRC to _CRC to remove conflict with STM devices.
;
; Also changed some constants from double to float to stop compiler warnings.
correction of bugs compared to original library.; _Unitialized variable; _Wrong reading of temperature (when subdegree precision is required)
2015-01-30, by florian [Fri, 30 Jan 2015 11:07:10 +0000] rev 10
correction of bugs compared to original library.; _Unitialized variable; _Wrong reading of temperature (when subdegree precision is required)
suppress a bug uninitialized variable
2015-01-29, by florian [Thu, 29 Jan 2015 19:27:32 +0000] rev 9
suppress a bug uninitialized variable
Instead of open drain use CMOS output for writing. Not according to standard, but can help for long busses. And helps with parasite powered via data pin (no external mosfet)
2014-07-08, by Sissors [Tue, 08 Jul 2014 18:55:54 +0000] rev 8
Instead of open drain use CMOS output for writing. Not according to standard, but can help for long busses. And helps with parasite powered via data pin (no external mosfet)
Added define for invalid conversion
2014-04-08, by Sissors [Tue, 08 Apr 2014 09:59:18 +0000] rev 7
Added define for invalid conversion
set default convert temperature to all devices
2014-04-02, by Sissors [Wed, 02 Apr 2014 19:10:34 +0000] rev 6
set default convert temperature to all devices
Simplified code, works also on KL25Z now, added support for DS1822
2014-02-24, by Sissors [Mon, 24 Feb 2014 21:23:14 +0000] rev 5
Simplified code, works also on KL25Z now, added support for DS1822