News

Raspberry Pi Pico UART-USB bridge. Contribute to Noltari/pico-uart-bridge development by creating an account on GitHub.
Just like using arduino library,the only thing different is you should first define the object,just like this UART uart5_my (UART5, GPIOC, GPIO_Pin_12, GPIOD, GPIO_Pin_2); // UART5 TX: PC12, RX: PD2 ...