Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1 Commit

Repository files navigation

micropython-necir

NEC InfraRed receiver class for MicroPython

Usage

def nec_cb(nec, a, c, r)
print(a, c, r) # Address, Command, Repeat
from necir import NecIr
nec = NecIr()
nec.callback(nec_cb)

History

2015-04-27 Initial upload

About

NEC Infrared class for MicroPython board

Resources

Stars

14 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages