hestia/src/main.js

9 lines
182 B
JavaScript
Raw Normal View History

2024-08-18 16:31:29 +00:00
// Import modules
import gpio from './custom_modules/VoidGPIO.js';
2024-08-17 00:41:12 +00:00
2024-08-17 00:52:22 +00:00
// List of pins for toggling
const togglePins = [7, 13];
// List of pins for sensing
const sensePins = [16, 22];
2024-08-17 00:41:12 +00:00