diff --git a/functions.js b/functions.js index 45adc23..68903fb 100644 --- a/functions.js +++ b/functions.js @@ -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 = {