LCD Menu: The Hardware Setup
This installment of How to Program a Raspberry Pi Pico covers setting up a tiny SSD1306 LCD screen so that it can be controlled from the Pico, as a preparation effort for implementing a set of menu screens.
Creating PWM Output
This installment of How to program a Raspberry Pi Pico covers how to configure a Pico to produce a PWM signal, and how to update the duty cycle of the PWM signal.
Understanding Iterators in Rust
A brief foray into understanding more deeply what an Iterator in Rust is, and the potential for its use-cases in my future applications.
Handling Inputs with the Raspberry Pi Pico
Inputs focused installment of How to Program a Raspberry Pi Pico series. Covers the abstract concept of input handling, GPIO config, and links to example code.
Controlling an Output: Programming a Raspberry Pi Pico with Rust
A detailed description of how to control an output on the Raspberry Pi Pico with Rust. An installment of the series “How to Program a Raspberry Pi Pico with Rust.”