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:
35:5d23395628f6
Parent:
34:11fffbe98ef9
Child:
47:307dc45952db
--- a/OneWire_Masters/DS2465/DS2465.hpp	Fri Apr 01 09:29:55 2016 -0500
+++ b/OneWire_Masters/DS2465/DS2465.hpp	Fri Apr 01 14:29:22 2016 -0500
@@ -77,7 +77,6 @@
   OneWireMaster::CmdResult OWWriteBlock(bool tx_mac, const std::uint8_t *tran_buf, std::uint8_t tran_len);
   virtual OneWireMaster::CmdResult OWSetSpeed(OWSpeed new_speed);
   virtual OneWireMaster::CmdResult OWSetLevel(OWLevel new_level);
-  
   virtual OneWireMaster::CmdResult OWTriplet(SearchDirection & search_direction, std::uint8_t & sbr, std::uint8_t & tsb);
   
   //DS2465 Coprocessor Commands