1 unstable release
0.1.0 | Oct 13, 2024 |
---|
#1519 in Hardware support
181 downloads per month
9KB
52 lines
pimoroni-interstate75 - Board Support for the Pimoroni Interstate 75
You should include this crate if you are writing code that you want to run on a Pimoroni Interstate 75 - an LED matrix driver board based on the RP2040.
This crate includes the rp2040-hal, but also configures each pin of the RP2040 chip according to how it is connected up on the Interstate 75.
Examples
Examples in this repository are set up assuming you have elf2uf2-rs installed.
A .cargo/config.toml
file is included.
Blinky
This example will flash the LEDs on the I75 board, in a red-green-blue pattern. It does not require anything to be connected to the HUB75 connector.
$ cargo run --release --example blinky.rs
Dependencies
~8MB
~158K SLoC