Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
101:e7f76cb49584
Parent:
95:5ebdf5d955f4
Child:
104:3f48daed532b
--- a/Slaves/Switches/DS2413/DS2413.h	Thu Jun 30 17:01:03 2016 +0000
+++ b/Slaves/Switches/DS2413/DS2413.h	Sun Jul 03 20:35:38 2016 +0000
@@ -55,6 +55,8 @@
     {
     public:
     
+        static const uint8_t DS2413_FAMILY_CODE = 0x3A;
+    
         ///Result of operations
         enum CmdResult
         {