Library to communicate with Maxim OneWire protocol devices Modified timings and IRQ overrides

Dependents:   RdGasUseMonitor

Fork of Onewire by Simon Barker

Files at this revision

API Documentation at this revision

Comitter:
Bobty
Date:
Sat Feb 21 17:54:33 2015 +0000
Parent:
2:b7ee49dbd7ef
Child:
4:b678c7c8203c
Commit message:
Added comments about source of code

Changed in this revision

Onewire.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Onewire.cpp	Sat Feb 21 17:26:40 2015 +0000
+++ b/Onewire.cpp	Sat Feb 21 17:54:33 2015 +0000
@@ -1,3 +1,9 @@
+// Code derived from a number of sources including:
+// simonbarker on MBED
+// The search code is a port of Jim Studt's Adruino One Wire lib
+// Can handle multiple devices per pin
+// Rob Dobson, 2015
+
 #include "Onewire.h"
 
 Onewire::Onewire(PinName oneBus):oneBus_(oneBus)