j5e
Version:
j5e is a device first robotics an IoT framework built to levarage the ECMA-419 specification
21 lines • 367 B
JSON
{
"include": [],
"modules": {
"*": [],
"j5e/event": "$(j5e)/lib/event/*",
"j5e/fn": "$(j5e)/lib/fn/*",
"j5e/switch": "$(j5e)/lib/switch/*"
},
"preload": [
"j5e/event",
"j5e/fn",
"j5e/switch"
],
"platforms": {
"esp": {},
"esp32": {},
"...": {
"error": "Experimental ECMA-419 IO modules unsupported"
}
}
}