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:
36:b6b5985a5e40
Parent:
32:bce180b544ed
Child:
42:698635a0d073
--- a/OneWire_Masters/OneWireMaster.cpp	Fri Apr 01 14:29:22 2016 -0500
+++ b/OneWire_Masters/OneWireMaster.cpp	Mon Apr 04 13:46:06 2016 +0000
@@ -241,7 +241,7 @@
    std::uint8_t id_bit_number;
    std::uint8_t last_zero, rom_byte_number;
    std::uint8_t id_bit, cmp_id_bit;
-   std::uint8_t rom_byte_mask, status;
+   std::uint8_t rom_byte_mask;
    bool search_result;
    std::uint8_t crc8 = 0;
    SearchDirection search_direction;