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: DeepCover Embedded Security in IoT MaximInterface MAXREFDES155#
Diff: MaximInterfaceDevices/DS28E83_DS28E84.cpp
- Revision:
- 11:3f3bf6bf5e6c
- Parent:
- 8:5ea891c7d1a1
- Child:
- 12:7eb41621ba22
--- a/MaximInterfaceDevices/DS28E83_DS28E84.cpp Mon Sep 30 09:39:32 2019 -0500 +++ b/MaximInterfaceDevices/DS28E83_DS28E84.cpp Tue Dec 03 10:52:28 2019 -0600 @@ -579,7 +579,9 @@ const error_category & DS28E83_DS28E84::errorCategory() { static class : public error_category { public: - virtual const char * name() const { return "DS28E83_DS28E84"; } + virtual const char * name() const { + return "MaximInterfaceDevices.DS28E83_DS28E84"; + } virtual std::string message(int condition) const { switch (condition) {