Open diegomoise1 opened 3 years ago
@jepler Does this make you think of anything suspicious?
Should I be scared that this is marked as a Long term milestone...?
It is not a high priority for us. If it's something obvious to someone who sees the issue, then we'll fix it. Otherwise, it'll have to wait until someone can look deeper into it.
Let us know if you'd like to help debug it.
I am trying to get my board to receive an IR code, but as soon as a pulseio object gets declared the display starts blinking. My code is longer than what I have here but using just what I put here in the terminal I can get it to start blinking so it has nothing to do with the rest of my code. I am not sure if this is limited to the Matrixportal or if the same happens with other display or boards. Edit: Things I have tried: using deinit(), does nothing using
with pulseio.PulseIn(board.A1, maxlen=200, idle_state=True) as pulses
does nothing creating the object in another file does work but the IR code is not received, instead it throws the code took too long exception from irremote.py