A library that aims to provide rust support for the Raspberry Pi's Build Hat.
- Git
- Cargo
- Cross
- Go to your
Cargo.toml
file and put this under[dependencies]
:
rpi_build_hat_serial = { git = "https://github.com/rshs-robotics-club/rpi_build_hat_serial.git", rev = "<version>" }
- 32-bit version:
cross build --target arm-unknown-linux-musleabihf
- 64-bit version:
cross build --target aarch64-unknown-linux-gnu
you can ask questions and give suggestions at the Discussions Page
Remember to check the Rust Book before you use this library!