feat: sync all micropython board configurations and scripts

This commit is contained in:
yczpf2019
2026-01-24 16:14:43 +08:00
parent c6dc5537f0
commit 6dce82e125
2066 changed files with 113326 additions and 0 deletions

View File

@@ -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"
}
}