// Import modules
import gpio from './custom_modules/VoidGPIO.js';
// List of pins for toggling
const togglePins = [7, 13];
// List of pins for sensing
const sensePins = [16, 22];