Example of usage PIO + DMA in RP2350 (PI PICO2) with humidity and temperature sensor AM2302.
- uC: rp2350
- board: pico2
- sensor: am2302
- communication protocol: one wire
- used peripherals: PIO + DMA
- sdk version: 2.1.0
- clone this repo
- open VS Code and install Raspberry Pi Pico extension
- import this project with Raspberry Pi Pico extension
- use sdk v2.1.0
- compile and run