Programming Raspberry Pi Pico with CircuitPython to emulate a keyboard or a mouse: tiny examples

Programming Raspberry Pi Pico with CircuitPython to emulate a keyboard or a mouse: tiny examples

May 16, 2024 from 3:55 pm to 4:05 pm

Speaker: Krunoslav Peter

The lightning talk is about programming the Raspberry Pi Pico microcontroller board with the CircuitPython programming language to emulate a keyboard or a mouse. It presents three tiny examples with a dozen lines of source code or less and emphasizes their simple program structure: initialization and processing (in an infinite loop or a sequence of statements that run once); it also explains how to use the CircuitPython’s Human Interface Device (HID) module.