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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
12:7eb41621ba22 | 2020-05-29 | IanBenzMaxim | Updated to version 2.2. |
11:3f3bf6bf5e6c | 2019-12-03 | IanBenzMaxim | Updated to version 2.1. |
10:947d3f44e0a0 | 2019-09-30 | IanBenzMaxim | Updated to trunk revision 26658. |
9:fa054cc51fdb | 2019-09-27 | IanBenzMaxim | Fixed file capitalization. |
8:5ea891c7d1a1 | 2019-09-16 | IanBenzMaxim | Updated to version 2.0. |
7:9cd16581b578 | 2019-07-22 | IanBenzMaxim | Updated to version 1.9. |
6:471901a04573 | 2019-03-04 | IanBenzMaxim | Updated to version 1.7. |
5:a8c83a2e6fa4 | 2019-01-23 | IanBenzMaxim | Updated to version 1.6 and removed platform files that are incompatible with mbed. |
4:caf56f265a13 | 2018-01-19 | IanBenzMaxim | Cleaned old files. |
3:f818ea5172ed | 2018-01-11 | IanBenzMaxim | Updated to version 1.1. |
2:dbc089c57059 | 2017-11-06 | IanBenzMaxim | Clarified implicit virtual function. |
1:d6de0a14c777 | 2017-11-06 | IanBenzMaxim | Changed include paths for maximum compatibility with mbed 2. |
0:f77ad7f72d04 | 2017-11-06 | IanBenzMaxim | Initial commit. |