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/DS28C40.cpp
- Revision:
- 12:7eb41621ba22
- Parent:
- 11:3f3bf6bf5e6c
--- a/MaximInterfaceDevices/DS28C40.cpp Tue Dec 03 10:52:28 2019 -0600
+++ b/MaximInterfaceDevices/DS28C40.cpp Fri May 29 16:19:22 2020 -0500
@@ -588,6 +588,9 @@
case InvalidResponseError:
return "Invalid Response Error";
+
+ case EntropyHealthTestError:
+ return "Entropy Health Test Error";
}
return defaultErrorMessage(condition);
}