k1r0s / RP2040-btn-debounce-example

Raspberry Pi Pico RP2040's button setup example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Pico (RP2040) button debounce example

Required hardware

  • 1 Pico
  • 1 Button
  • 2 Wires
  • Micro USB cable

Wiring

  • Connect one wire from PIN 5 (GP3) to one button leg.
  • Connect one wire from PIN 36 (3v OUT) to one button leg.
  • Plug the Micro USB cable into the Pico.

Building/Running

About

Raspberry Pi Pico RP2040's button setup example


Languages

Language:C 65.1%Language:CMake 22.6%Language:Shell 12.3%