Mike Fruge / OneWire

Dependents:   Max32630_One_Wire_Interface

Revision:
52:4cba20c21941
Parent:
32:bce180b544ed
Child:
71:562f5c702094
--- a/OneWire_Masters/GPIO/owgpio.h	Mon Apr 11 15:34:22 2016 -0500
+++ b/OneWire_Masters/GPIO/owgpio.h	Tue Apr 12 09:08:17 2016 -0500
@@ -46,15 +46,6 @@
 {
 public:
 
-    struct OwTiming
-    {
-        uint16_t tRSTL, tMSP, tW0L, tW1L, tMSR, tSLOT; // All times are in terms of micro seconds
-    };
-    
-    static const OwTiming stdTiming;
-    static const OwTiming odTiming;
- 
-
     /**********************************************************//**
     * @brief Owgpio constructor
     *