Library to communicate with Maxim OneWire protocol devices Modified timings and IRQ overrides
Fork of Onewire by
History
Changed timings to be consistent with Arduino onewire library https://github.com/PaulStoffregen/OneWire
2015-10-16, by Bobty [Fri, 16 Oct 2015 06:25:11 +0000] rev 8
Changed timings to be consistent with Arduino onewire library https://github.com/PaulStoffregen/OneWire
Added delay after bus reset to comply with Maxim search algorithm; Tidied up search algorithm
2015-10-15, by Bobty [Thu, 15 Oct 2015 21:39:21 +0000] rev 7
Added delay after bus reset to comply with Maxim search algorithm; Tidied up search algorithm
Changed return code from search to be more meaningful about the reason for failure
2015-10-05, by Bobty [Mon, 05 Oct 2015 14:03:29 +0000] rev 6
Changed return code from search to be more meaningful about the reason for failure
Added IRQ handling code; Changed timings a little
2015-09-28, by Bobty [Mon, 28 Sep 2015 10:31:58 +0000] rev 5
Added IRQ handling code; Changed timings a little
Tidied up
2015-02-21, by Bobty [Sat, 21 Feb 2015 18:01:10 +0000] rev 4
Tidied up
Added comments about source of code
2015-02-21, by Bobty [Sat, 21 Feb 2015 17:54:33 +0000] rev 3
Added comments about source of code
Tidied up a little
2015-02-21, by Bobty [Sat, 21 Feb 2015 17:26:40 +0000] rev 2
Tidied up a little
Added search function to find existing addresses
2015-02-21, by Bobty [Sat, 21 Feb 2015 17:16:16 +0000] rev 1
Added search function to find existing addresses
Finalised OneWire bus methods
2013-06-23, by simonbarker [Sun, 23 Jun 2013 15:17:39 +0000] rev 0
Finalised OneWire bus methods