Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 5b4e1bd

Browse files
async not required
1 parent 5fb58ec commit 5b4e1bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/duemilanove328.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
var SerialPort = require("serialport");
22
var intel_hex = require('intel-hex');
33
var Stk500 = require('../');
4-
var async = require("async");
54
var fs = require('fs');
65

76
var data = fs.readFileSync('arduino-1.0.6/duemilanove328/StandardFirmata.cpp.hex', { encoding: 'utf8' });

0 commit comments

Comments
 (0)