文件名称:micropython-necir:适用于 MicroPython 板的 NEC 红外类
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-29 16:05:19
Python
micropython-necir 用于 MicroPython 的 NEC 红外线接收器类 用法 def nec_cb(nec, a, c, r) print(a, c, r) # Address, Command, Repeat from necir import NecIr nec = NecIr() nec.callback(nec_cb) 历史 2015-04-27 初次上传
【文件预览】:
micropython-necir-master
----README.md(265B)
----LICENSE(1KB)
----necir.py(3KB)