This website requires JavaScript.
Explore
Help
Register
Sign In
voidf1sh
/
hestia
Watch
1
Star
0
Fork
0
You've already forked hestia
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7afc662ba7
hestia
/
src
/
main.js
4 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Restructure logic and test
2024-08-18 16:31:29 +00:00
// Import modules
2
2024-08-18 17:10:10 +00:00
const
gpio
=
require
(
'./custom_modules/VoidGPIO.js'
)
;
Testing gpio interface
2024-08-17 00:41:12 +00:00
2
2024-08-18 17:10:10 +00:00
gpio
.
debugInit
(
)
;
Reference in New Issue
Copy Permalink