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:
131:8c8c888164d8
Parent:
130:c9f74c63a24a
--- a/OneWire.h	Thu Sep 08 15:35:29 2016 -0700
+++ b/OneWire.h	Thu Sep 08 15:36:45 2016 -0700
@@ -34,10 +34,8 @@
 #ifndef MBED_OneWire
 #define MBED_OneWire
 
-
 #include "Masters/Masters.h"
 #include "RomId/RomCommands.h"
 #include "Slaves/Slaves.h"
 
-
 #endif /* MBED_OneWire */