Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
93:e496a45ce796
Parent:
86:2ce08ca58b9e
Child:
101:e7f76cb49584
diff -r aa40c49b8563 -r e496a45ce796 Slaves/Sensors/DS1920/DS1920.h
--- a/Slaves/Sensors/DS1920/DS1920.h	Mon Jun 20 20:02:28 2016 +0000
+++ b/Slaves/Sensors/DS1920/DS1920.h	Fri Jun 24 21:06:46 2016 +0000
@@ -58,6 +58,8 @@
     class DS1920 : public OneWireSlave
     {
     public:
+        
+        ///Result of operations
         enum CmdResult
         {
             Success,