Skip to content

rshs-robotics-club/rpi_build_hat_serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Build Hat Serial

A library that aims to provide rust support for the Raspberry Pi's Build Hat.

Made by the RSHS robotics club

Requirements

  • Git
  • Cargo
  • Cross

How to use this library

  1. 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>" }

Building

  1. 32-bit version:cross build --target arm-unknown-linux-musleabihf
  2. 64-bit version:cross build --target aarch64-unknown-linux-gnu

Questions and Suggestions

you can ask questions and give suggestions at the Discussions Page


Remember to check the Rust Book before you use this library!

About

A rust library for controlling the Raspberry Pi Build Hat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages