Mike Fruge / OneWire

Dependents:   Max32630_One_Wire_Interface

Revision:
11:2833f27ba319
Parent:
10:0df2cc66fc47
Child:
14:7b2886a50321
--- a/OneWire_Masters/GPIO/owgpio.h	Sat Mar 05 01:51:00 2016 +0000
+++ b/OneWire_Masters/GPIO/owgpio.h	Sat Mar 05 03:26:06 2016 +0000
@@ -76,11 +76,11 @@
     
     //Write 1, Read low time
     static const uint16_t TW1L_STD = 8;
-    static const uint16_t TW1L_OVD = 1;
+    static const uint16_t TW1L_OVD = 0; //closest to 1us I can get
     
     //Master sample time for bit
     static const uint16_t TMSR_STD = 12;
-    static const uint16_t TMSR_OVD = 1;
+    static const uint16_t TMSR_OVD = 0; //closest to 1us I can get
     
     //make sure to use TSLOT for recoveries
     static const uint16_t TSLOT_STD = 70;