Skip to content

MattMatic/micropython-necir

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages