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:
100:0500c20715ca
Parent:
97:942c2d6f6d62
Child:
103:6dcbb5166da1
--- a/OneWire.h	Thu Jun 30 09:47:26 2016 -0500
+++ b/OneWire.h	Thu Jun 30 17:01:03 2016 +0000
@@ -38,7 +38,4 @@
 #include "OneWire/Slaves/Slaves.h"
 #include "OneWire/Slaves/RomCommands.h"
 
-using namespace OneWire;
-using namespace RomCommands;
-
 #endif /* MBED_OneWire */