Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
98:c4ac93efc036
Parent:
86:2ce08ca58b9e
Child:
139:f0e0a7976846
--- a/Masters/DS2465/DS2465.h	Wed Jun 29 19:30:08 2016 +0000
+++ b/Masters/DS2465/DS2465.h	Thu Jun 30 09:17:30 2016 -0500
@@ -128,7 +128,7 @@
         // Read pointer, scratchpad, MAC output register, and command register on the DS2465 are considered mutable.
 
         /// Performs a soft reset on the DS2465.
-        /// @note This is note a 1-Wire Reset.
+        /// @note This is not a 1-Wire Reset.
         OneWireMaster::CmdResult reset();
 
         /// Write a new configuration to the DS2465.