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: MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more
Diff: OneWire_Switches/DS2413/ds2413.cpp
- Revision:
- 22:686273e55cdc
- Parent:
- 20:ba60c076e92b
- Child:
- 23:e8e403d61359
diff -r 00c94aeb533e -r 686273e55cdc OneWire_Switches/DS2413/ds2413.cpp --- a/OneWire_Switches/DS2413/ds2413.cpp Mon Mar 21 14:12:28 2016 -0500 +++ b/OneWire_Switches/DS2413/ds2413.cpp Mon Mar 21 21:41:36 2016 +0000 @@ -35,7 +35,7 @@ //********************************************************************* -Ds2413::Ds2413(OneWireInterface &owm): _owm(owm) +Ds2413::Ds2413(OneWireMaster &owm): _owm(owm) { }