此仓库可以作为 插件 添加到 MakeCode 中。
- 打开 https://makecode.microbit.org/
- 点击 新项目
- 点击齿轮图标菜单下的 扩展
- 搜索 https://github.com/mworkfun/pxt-ir-remote 并导入
在 MakeCode 中编辑此仓库。
- 打开 https://makecode.microbit.org/
- 点击 导入,然后点击 导入 URL
- 粘贴 https://github.com/mworkfun/pxt-ir-remote 并点击导入
此图像显示主分支中最后一次提交的块代码。 此图像可能需要几分钟才能刷新。
- for PXT/microbit
//Initialize infrared receiver using digitalPin
irReceiver.connectInfrared(Pin: DigitalPin)
//Key value on infrared transmitter
irReceiver.irButton(button: IrButton)
//Return IR button value
//It will always return 0 when no button is pressed
irReceiver.returnIrButton()