A sample program to flashing LEDs on Raspberry Pi. It's able cross build.
# In Raspberry Pi
cargo run --release
# In other environments (need cross build)
cross build --target aarch64-unknown-linux-gnu --release
A sample program to flashing LEDs on Raspberry Pi. It's able cross build.
# In Raspberry Pi
cargo run --release
# In other environments (need cross build)
cross build --target aarch64-unknown-linux-gnu --release