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

Dependents:   RdGasUseMonitor

Fork of Onewire by Simon Barker

Revision:
4:b678c7c8203c
Parent:
1:8e9464e05ddf
Child:
6:d2452e9b169b
--- a/Onewire.h	Sat Feb 21 17:54:33 2015 +0000
+++ b/Onewire.h	Sat Feb 21 18:01:10 2015 +0000
@@ -3,6 +3,8 @@
 
 #include "mbed.h"
 
+#define ONEWIRE_ADDR_BYTES 8
+
 class Onewire{
 
 public: