Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Max32630_One_Wire_Interface
Diff: OneWire_Bridge/DS28E17/ds28e17.h
- Revision:
- 22:686273e55cdc
- Parent:
- 21:00c94aeb533e
- Child:
- 27:d5aaefa252f1
--- a/OneWire_Bridge/DS28E17/ds28e17.h Mon Mar 21 14:12:28 2016 -0500 +++ b/OneWire_Bridge/DS28E17/ds28e17.h Mon Mar 21 21:41:36 2016 +0000 @@ -86,7 +86,7 @@ * On Exit: * @return **************************************************************/ - Ds28e17(OneWireInterface &owm); + Ds28e17(OneWireMaster &owm); /**********************************************************//** * @brief @@ -448,7 +448,7 @@ CmdResult send_packet(const uint8_t * data, uint8_t data_length, uint8_t & status); - OneWireInterface &_owm; + OneWireMaster &_owm; RomId _romId; uint16_t _crc16;