feat: sync all micropython board configurations and scripts
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"mixpy": {
|
||||
"__require__": [
|
||||
"math"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 1949,
|
||||
"__name__": "mixpy.py"
|
||||
},
|
||||
"motor_control": {
|
||||
"__require__": [
|
||||
"microbit"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 993,
|
||||
"__name__": "motor_control.py"
|
||||
},
|
||||
"rgb_show": {
|
||||
"__require__": [
|
||||
"microbit",
|
||||
"neopixel"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 264,
|
||||
"__name__": "rgb_show.py"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user