raspberrypi / pico-examples

BSD 3-Clause "New" or "Revised" License
2.94k stars 844 forks source link

Fix quadrature_encoder examples on rp2350 #551

Closed peterharperuk closed 2 months ago

peterharperuk commented 2 months ago

Have to initialise the gpio function for rp2350. Stop the quadrature_encoder example spamming sdio if nothing has changed. Change the pins used for quadrature_encoder_substep so they match the other example.

Fixes #550