micropython_ir repository import issue #13153
Replies: 1 comment
-
Found the solution, the init.py had to be renamed ir_rx.py. I got a few other issues |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've cloned the IR-remote repository from peterhinch but upon attempting to run it on a Pi Pico the basic test.py
script fails with no module named ir_rx on line 16 which is :
from ir_rx.nec import NEC_8, NEC_16, SAMSUNG
I believe I should only needed 3 files to make it work. NEC.py, acquire.py and init.py.
The import process is very confusing to me and I suspect the required import stuff is perhaps
already within those files. Looking for suggestions, Denis
Beta Was this translation helpful? Give feedback.
All reactions