Device interface library for multiple platforms including Mbed.

Dependents:   DeepCover Embedded Security in IoT MaximInterface MAXREFDES155#

Maxim Interface is a library framework focused on providing flexible and expressive hardware interfaces. Both communication interfaces such as I2C and 1-Wire and device interfaces such as DS18B20 are supported. Modern C++ concepts are used extensively while keeping compatibility with C++98/C++03 and requiring no external dependencies. The embedded-friendly design does not depend on exceptions or RTTI.

The full version of the project is hosted on GitLab: https://gitlab.com/iabenz/MaximInterface

Revision:
12:7eb41621ba22
Parent:
8:5ea891c7d1a1
--- a/MaximInterfaceDevices/DS28E83_DS28E84.hpp	Tue Dec 03 10:52:28 2019 -0600
+++ b/MaximInterfaceDevices/DS28E83_DS28E84.hpp	Fri May 29 16:19:22 2020 -0500
@@ -57,6 +57,7 @@
     InvalidOperationError = 0x55,
     InvalidParameterError = 0x77,
     DeviceDisabledError = 0x88,
+    EntropyHealthTestError = 0xDD,
     AuthenticationError = 0x100,
     InvalidResponseError ///< Command response does not match expected format.
   };