Dependents:   1W-EEPROM

Revision:
2:193926923cb0
Parent:
1:7218c076189b
--- a/OneWireCRC.cpp	Sun Apr 17 17:26:52 2011 +0000
+++ b/OneWireCRC.cpp	Tue Jan 17 08:30:45 2012 +0000
@@ -102,7 +102,11 @@
 //--------------------------------------------------------------------------
 
 #include "OneWireCRC.h"
-#include "OneWireDefs.h"
+
+// ROM commands
+#define OVERDRIVE_SKIP    0x3C
+#define MATCH_ROM          0x55
+#define SKIP_ROM           0xCC
 
 // recommended data sheet timings in micro seconds
 const int standardT[] = {6, 64, 60, 10, 9, 55, 0, 480, 70, 410};