此仓库可以作为 插件 添加到 MakeCode 中。
- 打开 https://makecode.microbit.org/
- 点击 新项目
- 点击齿轮图标菜单下的 扩展
- 搜索 https://github.com/mworkfun/pxt-k-bit 并导入
在 MakeCode 中编辑此仓库。
- 打开 https://makecode.microbit.org/
- 点击 导入,然后点击 导入 URL
- 粘贴 https://github.com/mworkfun/pxt-k-bit 并点击导入
此图像显示主分支中最后一次提交的块代码。 此图像可能需要几分钟才能刷新。
- for PXT/microbit
IR receiver uses P16
buzzer uses P0
Ultrasonic uses P14(Trig) and P15(Echo)
photoresistance uses P1
F5-RGB-LED is controlled by ledPin4-6 of PCA9685
WS2812 RGB-LED uses P8
left Obstacle avoidance sensor uses P2
right Obstacle avoidance sensor uses P11
left check line sensor uses P12
right check line sensor uses P13
left motor is controlled by PCA9685 ledPin0(direction) and ledPin1(speed).
right motor is controlled by PCA9685 ledPin2(direction) and ledPin3(speed).