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
Diff: Utilities/system_error.hpp
- Revision:
- 3:f818ea5172ed
- Parent:
- 0:f77ad7f72d04
- Child:
- 5:a8c83a2e6fa4
--- a/Utilities/system_error.hpp Mon Nov 06 17:46:41 2017 -0600 +++ b/Utilities/system_error.hpp Thu Jan 11 13:50:39 2018 -0600 @@ -30,6 +30,10 @@ * ownership rights. *******************************************************************************/ +/// @file +/// Error handling constructs similar std::error_code, std::error_condition, and +/// std::error_category. + #ifndef MaximInterface_system_error #define MaximInterface_system_error