1-Wire® library for mbed. Complete 1-Wire library that supports our silicon masters along with a bit-bang master on the MAX32600MBED platform with one common interface for mbed. Slave support has also been included and more slaves will be added as time permits.

Dependents:   MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more

Superseded by MaximInterface.

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: