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:
101:e7f76cb49584
Parent:
93:e496a45ce796
Child:
104:3f48daed532b
diff -r 0500c20715ca -r e7f76cb49584 Slaves/Sensors/DS1920/DS1920.h
--- a/Slaves/Sensors/DS1920/DS1920.h	Thu Jun 30 17:01:03 2016 +0000
+++ b/Slaves/Sensors/DS1920/DS1920.h	Sun Jul 03 20:35:38 2016 +0000
@@ -59,6 +59,8 @@
     {
     public:
         
+        static const uint8_t DS1920_FAMILY_CODE = 0x10;
+        
         ///Result of operations
         enum CmdResult
         {