Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
92:aa40c49b8563
Parent:
84:708b7be59fb2
Child:
109:5c9180b4be25
--- a/Masters/DS2480B/DS2480B.h	Mon Jun 20 19:39:21 2016 +0000
+++ b/Masters/DS2480B/DS2480B.h	Mon Jun 20 20:02:28 2016 +0000
@@ -40,9 +40,12 @@
 
 namespace OneWire
 {
+    ///UART to 1-wire master interface
     class DS2480B : public OneWireMaster
     {
     public:
+    
+        ///Valid baud rates for DS2480B
         enum Baud
         {
             Bps9600 = 0,