We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85111b4 commit d11b04dCopy full SHA for d11b04d
README.md
@@ -361,4 +361,12 @@ Arduino Target chip
361
Not connected on target: pin 3.
362
```
363
364
+convertHexToByteArray.py
365
+------------------------
366
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