Incorrect function path
This commit is contained in:
parent
9ef858cc94
commit
6bd49f1c33
@ -6,7 +6,7 @@ const fs = require('fs');
|
||||
const gpio = require('rpi-gpio');
|
||||
|
||||
// Set up GPIO 4 (pysical pin 7) as output, then call functions.auger.ready()
|
||||
gpio.setup(7, gpio.DIR_OUT, this.functions.auger.ready);
|
||||
gpio.setup(7, gpio.DIR_OUT, functions.auger.ready());
|
||||
|
||||
// The functions we'll export to be used in other files
|
||||
const functions = {
|
||||
|
Loading…
Reference in New Issue
Block a user