initial commit

This commit is contained in:
Laurence Bank 2020-12-02 20:15:36 -05:00
commit a7d68871a4

4
README Normal file
View File

@ -0,0 +1,4 @@
A command line tool for turning binary image files into C source code
The output is an array of unsigned chars and is sent to stdout.
Included is a comment detailing the image type, size and other details.