Removing more vestigials

This commit is contained in:
Skylar Grant 2024-08-18 14:37:59 -04:00
parent da06ebc49e
commit e7ada41977
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
const { exec } = require('child_process');
const { pins } = require('./config.json');
const sleep = ms => new Promise(resolve => setTimeout(resolve, ms));
module.exports = {
// Calls the GPIO Interface script to toggle a pin's state opposite of its current state