/led-flash-cross

A sample program to flashing LEDs on Raspberry Pi.

Primary LanguageRust

LED flash cross

What is this?

A sample program to flashing LEDs on Raspberry Pi. It's able cross build.

How does it work?

Dependencies

Usages

# In Raspberry Pi
cargo run --release

# In other environments (need cross build)
cross build --target aarch64-unknown-linux-gnu --release