Crates.io | pimoroni_interstate75 |
lib.rs | pimoroni_interstate75 |
version | 0.1.0 |
source | src |
created_at | 2024-10-13 23:21:11.522555 |
updated_at | 2024-10-13 23:21:11.522555 |
description | Board Support Package for the Pimoroni Interstate 75 |
homepage | https://github.com/ericseppanen/pimoroni-interstate75 |
repository | |
max_upload_size | |
id | 1407761 |
size | 26,709 |
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 in this repository are set up assuming you have elf2uf2-rs installed.
A .cargo/config.toml
file is included.
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