pimoroni_interstate75

Crates.iopimoroni_interstate75
lib.rspimoroni_interstate75
version0.1.0
sourcesrc
created_at2024-10-13 23:21:11.522555
updated_at2024-10-13 23:21:11.522555
descriptionBoard Support Package for the Pimoroni Interstate 75
homepagehttps://github.com/ericseppanen/pimoroni-interstate75
repository
max_upload_size
id1407761
size26,709
Eric Seppanen (ericseppanen)

documentation

README

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
Commit count: 0

cargo fmt