Change Pi Pico Serial Pins

I got it working another way.

Added #include <hardware/uart.h> and #include <hardware/gpio.h> for low-level access

  1. Replaced Serial1.setTX()/setRX()/begin() with:

1 Like