1-Wire® library for mbed. Complete 1-Wire library that supports our silicon masters along with a bit-bang master on the MAX32600MBED platform with one common interface for mbed. Slave support has also been included and more slaves will be added as time permits.

Dependents:   MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more

Superseded by MaximInterface.

Revision:
75:8b627804927c
Parent:
74:23be10c32fa3
Child:
76:84e6c4994e29
diff -r 23be10c32fa3 -r 8b627804927c Switches/DS2413/DS2413.h
--- a/Switches/DS2413/DS2413.h	Fri May 13 07:48:35 2016 -0500
+++ b/Switches/DS2413/DS2413.h	Fri May 13 14:52:50 2016 -0500
@@ -45,19 +45,6 @@
         class DS2413 : public OneWireSlave
         {
         public:
-            enum DS2413_CMDS
-            {
-                PIO_ACCESS_READ = 0xF5,
-                PIO_ACCESS_WRITE = 0x5A
-            };
-
-            enum DS2413_PIO
-            {
-                PIOA,
-                PIOB,
-                PIOAB
-            };
-
             enum CmdResult
             {
                 Success,