Skip to content

mworkfun/pxt-ir-remote

Repository files navigation

https://mworkfun.github.io/pxt-ir-remote/ 打开此页面

用作扩展

此仓库可以作为 插件 添加到 MakeCode 中。

编辑此项目 构建状态标志

在 MakeCode 中编辑此仓库。

积木块预览

此图像显示主分支中最后一次提交的块代码。 此图像可能需要几分钟才能刷新。

块的渲染视图

元数据 (用于搜索、渲染)

  • for PXT/microbit
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>

tutorials:

//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()

About

infrared remote control for microbit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages