Skip to content

General peripheral classes: GPIO, ADC, I2C, and SPI

Compare
Choose a tag to compare
@hasumikin hasumikin released this 24 May 09:42
· 71 commits to master since this release

GPIO

The image below shows how to turn on and off the LED on Raspberry Pi Pico:

image

Note that you (generally) have to answer n to some questions being asked on start-up.

ADC

You can calculate the current temperature by RP2040's on-chip sensor:

image

I2C and SPI

[TODO]