24 lines
458 B
JSON
24 lines
458 B
JSON
{
|
|
"mixpy": {
|
|
"__require__": [
|
|
"math"
|
|
],
|
|
"__file__": true,
|
|
"__name__": "mixpy.py"
|
|
},
|
|
"motor_control": {
|
|
"__require__": [
|
|
"microbit"
|
|
],
|
|
"__file__": true,
|
|
"__name__": "motor_control.py"
|
|
},
|
|
"rgb_show": {
|
|
"__require__": [
|
|
"microbit",
|
|
"neopixel"
|
|
],
|
|
"__file__": true,
|
|
"__name__": "rgb_show.py"
|
|
}
|
|
} |