Update README.md

This commit is contained in:
Jan Breuer 2013-11-08 08:00:20 +01:00
parent 5710c01e99
commit 63111b2f8a
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Java IntelHex Parser Library
* Licensed under Simplified BSD license
* Including demo code: intelhex to binary converter
~~~~~
// create input stream of some IntelHex data
InputStream is = new FileInputStream("Application.hex");
@ -24,3 +25,4 @@ Java IntelHex Parser Library
}
});
ihp.parse();
~~~~~