Raspberry Pi Pico using MicroPython - Tutorial #2: Button Inputs (Digital Inputs and Interrupts)

The Raspberry Pi Pico is a new flexible microcontroller board from Raspberry Pi. It is a tiny, fast, and versatile board built using RP2040, a brand new microcontroller chip designed by Raspberry Pi. In this video, we go over digital inputs using micropython on the Pico by taking input from a micro push button using the value() method in a while loop and also by using interrupts. The IDE used is Thonny. Purchase your Pico now: Pico micropython tutorial series playlist: Tutorial #1 on LEDs and digital outputs: Tutorial #3 on ADC and PWM (with flex sensor example): Tutorial #4 on OLED display: Tutorial #5.1 on making an Etch-a-Sketch with the pico (Part-1): Tutorial #5.2 on making an Etch-a-Sketch with the pico (Part-2
Back to Top