Stop poll

This commit is contained in:
Skylar Grant 2024-08-18 14:06:26 -04:00
parent 992ae238eb
commit 2759b0f9c0
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// Import modules // Import modules
const gpio = require('./custom_modules/VoidGPIO.js'); const { gpio } = require('./custom_modules/VoidGPIO.js');
gpio.debugInit(); gpio.debugInit();
setInterval(gpio.poll, 1000); // setInterval(gpio.poll, 1000);