Follow
Series

Drivers in Rust

A series of posts on creating drivers in embedded Rust

Articles in this series

STM32F4 Embedded Rust at the HAL: SPI with the MAX7219 LED Dot Matrix

Sep 26, 202215 min read

Introduction This blog post is the start of a new series where I explore the creation of platform agnostic embedded-hal drivers. As a start, I'll be...

STM32F4 Embedded Rust at the HAL: SPI with the MAX7219 LED Dot Matrix
Platform Agnostic Drivers in Rust: MAX7219 Naive Code Refactoring
Platform Agnostic Drivers in Rust: The MAX7219 Driver
Platform Agnostic Drivers in Rust: Publishing to Crates.io
Rust Embedded Graphics with the MAX7219