Skip to content

Commit d11b04d

Browse files
committed
Added convertHexToByteArray.py readme entry
1 parent 85111b4 commit d11b04d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,12 @@ Arduino Target chip
361361
Not connected on target: pin 3.
362362
```
363363

364+
convertHexToByteArray.py
365+
------------------------
364366

367+
The `convertHexToByteArray.py` tool allows you to easily convert `.hex` files
368+
into a c array that you can use inside the tools above. Its an alternative to
369+
the lua script and easier to setup in most cases.
370+
371+
To run the script you need `python2` and the `intelhex` python library which can
372+
be downloaded [here](https://github.com/bialix/intelhex) or via `pip`.

0 commit comments

Comments
 (0)