Extended MaximInterface
Dependents: mbed_DS28EC20_GPIO
Revision 5:3523abdda8ed, committed 2018-07-24
- Comitter:
- reARMnimator
- Date:
- Tue Jul 24 08:33:31 2018 +0000
- Parent:
- 4:caf56f265a13
- Child:
- 8:211d1b8f730c
- Commit message:
- Added extended selectrom function to pass rom id argument.
Changed in this revision
Links/SelectRom.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Links/SelectRom.hpp Fri Jan 19 10:25:02 2018 -0600 +++ b/Links/SelectRom.hpp Tue Jul 24 08:33:31 2018 +0000 @@ -44,6 +44,7 @@ class OneWireMaster; typedef Function<error_code(OneWireMaster &)> SelectRom; +typedef Function<error_code(OneWireMaster &, const RomId & romId)> SelectRomExt; /// Selector for a multidrop 1-Wire bus. class SelectMatchRom {