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