Add intel hex library (#775)

This commit is contained in:
Jeff Ciesielski 2018-06-28 09:21:14 -04:00 committed by Dominik Picheta
parent 32440d6ae3
commit 890da06ed2

View File

@ -9709,5 +9709,18 @@
"description": "Print fabulously in your terminal",
"license": "MIT",
"web": "https://github.com/icyphox/fab"
},
{
"name": "intel_hex",
"url": "https://github.com/keyme/nim_intel_hex",
"method": "git",
"tags": [
"utils",
"parsing",
"hex"
],
"description": "Intel hex file utility library",
"license": "MIT",
"web": "https://github.com/keyme/nim_intel_hex"
}
]