Added node example

This commit is contained in:
Rob Moran
2016-02-15 00:53:02 +00:00
parent 8563f595cb
commit d92a6230b8
10 changed files with 229 additions and 285 deletions

9
index.js Normal file
View File

@@ -0,0 +1,9 @@
require('bleat');
var dfu = require('./dist/dfu');
var hex2bin = require('./dist/hex2bin');
module.exports = {
dfu: dfu,
hex2bin: hex2bin
};