Update 36-rpi-gpio.js

This commit is contained in:
Dave Conway-Jones 2021-01-12 12:42:41 +00:00
parent 14983c9722
commit edc640be4d
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ module.exports = function(RED) {
var execSync = require('child_process').execSync;
var exec = require('child_process').exec;
var spawn = require('child_process').spawn;
var fs = require('fs');
var testCommand = __dirname+'/testgpio.py'
var gpioCommand = __dirname+'/nrgpio';