Use of internal hardware on the pico

Is there any document that lists the used components of the Pico (UART, I2C, SPI, …) inside the PicoCalc? The only reference I found is the schematics.

1 Like

It depends on the firmware; some firmware uses certain components, while others do not.
Check PicoCalc/Code/picocalc_helloworld at master · clockworkpi/PicoCalc · GitHub.