Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
49:36954b62f503
Parent:
48:6f9208ae280e
Child:
69:f915c4c59a69
--- a/OneWire_Masters/DS2465/DS2465.hpp	Thu Apr 07 11:26:20 2016 -0500
+++ b/OneWire_Masters/DS2465/DS2465.hpp	Fri Apr 08 16:11:16 2016 -0500
@@ -6,7 +6,7 @@
 
 namespace mbed { class I2C; }
 
-/// Interfaces to the DS2465 1-Wire master and SHA-256 coprocessor
+/// Interface to the DS2465 1-Wire master and SHA-256 coprocessor.
 class DS2465 : public OneWireMaster, public ISha256MacCoprocessor
 {
 public: