Search found 1 match

by ronan
Tue Jan 25, 2022 10:25 pm
Forum: Raspberry Pi microcontroller boards
Topic: pi pico uart interrupt
Replies: 1
Views: 5179

pi pico uart interrupt

Hello, I need help programming a rasberrypi pico in micropython: I want to receive data via uart from a bluetooth module, in my program I would have to use uart by interrupt because part of the program runs continuously and as soon as we receive something via the uart it would have to change some va...