raspberrypi / pico-micropython-examples

Examples to accompany the "Raspberry Pi Pico Python SDK" book.
BSD 3-Clause "New" or "Revised" License
1k stars 227 forks source link

support for UART rx interrupt #37

Closed embhobbb closed 3 years ago

embhobbb commented 3 years ago

I am using raspberry pi pico for my new project. I was checking for example for UART receive interrupt. Do we have support for the same? How can we achieve the UART rx interrupt. I checked the micropython documentation but I didn't see support for RPi pico.

lurch commented 3 years ago

I was checking for example for UART receive interrupt. Do we have support for the same? How can we achieve the UART rx interrupt.

That's probably a question to ask at https://github.com/micropython/micropython/issues or https://forum.micropython.org/

I checked the micropython documentation but I didn't see support for RPi pico.

Yeah, it's a shame that https://github.com/micropython/micropython/issues/6855 is still open.