Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 477 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 477 Bytes

IntelHex++

Python intelhex library, rewritten in C++.

HEX files widely used to distribute small MCU firmwaries.

Usage

Can be built with any modern C++ compiler. To use it, just include intelhex.cpp and intelhex.h in your project.

Tests

Some tests ported from original library. Thanks to catch for a nice framework.

Thanks

Many thanks to @bialix, author of original library.