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:
76:84e6c4994e29
Parent:
75:8b627804927c
Child:
78:0cbbac7f2016
--- a/Masters/DS2465/DS2465.cpp	Fri May 13 14:52:50 2016 -0500
+++ b/Masters/DS2465/DS2465.cpp	Sat May 14 14:27:56 2016 -0500
@@ -67,9 +67,7 @@
 #define STATUS_TSB  0x40
 #define STATUS_DIR  0x80
 
-using OneWire::Masters::OneWireMaster;
-using OneWire::Masters::DS2465;
-using OneWire::Authenticators::ISha256MacCoproc;
+using namespace OneWire;
 
 static const int I2C_WRITE_OK = 0;