mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove unrequired require from Arduino node
This commit is contained in:
parent
7de0216976
commit
e852d1e57c
@ -17,7 +17,6 @@
|
|||||||
module.exports = function(RED) {
|
module.exports = function(RED) {
|
||||||
"use strict";
|
"use strict";
|
||||||
var ArduinoFirmata = require('arduino-firmata');
|
var ArduinoFirmata = require('arduino-firmata');
|
||||||
var fs = require('fs');
|
|
||||||
|
|
||||||
// The Board Definition - this opens (and closes) the connection
|
// The Board Definition - this opens (and closes) the connection
|
||||||
function ArduinoNode(n) {
|
function ArduinoNode(n) {
|
||||||
|
Loading…
Reference in New Issue
Block a user