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.
What do I Mean By Context?
A micro post about what specifically I mean when Iām talking about context within a given program.
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.