This is a bare-metal rust project for making a led turn on and then off
-
Clone this repo with
git clone https://github.com/J4spr/RustBerryPi
. -
Install Rust. (optional as I'm assuming that when you clone this repo you already have Rust installed)
-
open a terminal and
cd path/to/directory
. -
type
make
in the root directory of the project.
I will accept pull request under a few conditionals:
- They won't implement features, only bugfixes.
- You provide a good description on what you changed.
Feel free to fork the repo.
This project is licensed under the MIT License.