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:
93:e496a45ce796
Parent:
86:2ce08ca58b9e
Child:
101:e7f76cb49584
--- a/Slaves/Sensors/DS1920/DS1920.h	Mon Jun 20 20:02:28 2016 +0000
+++ b/Slaves/Sensors/DS1920/DS1920.h	Fri Jun 24 21:06:46 2016 +0000
@@ -58,6 +58,8 @@
     class DS1920 : public OneWireSlave
     {
     public:
+        
+        ///Result of operations
         enum CmdResult
         {
             Success,