raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.25k stars 838 forks source link

Add some PIO utility functions #1651

Open peterharperuk opened 4 months ago

peterharperuk commented 4 months ago

Functions for finding PIO, sm and loading a program and then later freeing resources. And a function that returns the IRQ number for a PIO

Fixes #1616