This commit is contained in:
Skylar Grant 2024-08-18 14:07:07 -04:00
parent 2759b0f9c0
commit 38a110fa8f
1 changed files with 1 additions and 1 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);