Skip to content

picoprobe firmware or Seeed xiao on Pico SDK 1.5

Latest
Compare
Choose a tag to compare
@jancumps jancumps released this 23 Feb 15:03
· 8 commits to xiao since this release

Firmware for picoprobe on Seeed xiao board,
uses GP0 and 1, and UART0
// UART config
#define PICOPROBE_UART_TX 0
#define PICOPROBE_UART_RX 1
#define PICOPROBE_UART_INTERFACE uart0