mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-11 19:48:12 +08:00
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
require('bleat');
|
|
|
|
var dfu = require('./dist/dfu');
|
|
var hex2bin = require('./dist/hex2bin');
|
|
|
|
module.exports = {
|
|
dfu: dfu,
|
|
hex2bin: hex2bin
|
|
}; |