#board #package #pimoroni #up #interstate #75

pimoroni_interstate75

Board Support Package for the Pimoroni Interstate 75

1 unstable release

0.1.0 Oct 13, 2024

#6 in #pimoroni

Download history 9/week @ 2024-10-07 172/week @ 2024-10-14

181 downloads per month

MIT/Apache

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

~9MB
~179K SLoC