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:
77:529edb329ee0
Parent:
76:84e6c4994e29
Child:
82:c11090a32471
diff -r 84e6c4994e29 -r 529edb329ee0 Authenticators/DS28E15_22_25/DS28E15_22_25.h
--- a/Authenticators/DS28E15_22_25/DS28E15_22_25.h	Sat May 14 14:27:56 2016 -0500
+++ b/Authenticators/DS28E15_22_25/DS28E15_22_25.h	Mon May 16 10:36:30 2016 -0500
@@ -300,7 +300,7 @@
 
         /// @param owMaster 1-Wire Master to use for communication with DS28E15/22/25.
         /// @param lowVoltage Enable low voltage timing.
-        DS28E15_22_25(OneWireMaster & owMaster, bool lowVoltage = false);
+        DS28E15_22_25(RandomAccessRomIterator & selector, bool lowVoltage = false);
 
         // Const member functions should not affect the state of the memory, block protection, or secret on the DS28Exx.
         // Scratchpad on the DS28Exx is considered mutable.