Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.11 KB

File metadata and controls

41 lines (23 loc) · 1.11 KB

RustBerrry Pi

License

Description

This is a bare-metal rust project for making a led turn on and then off

Table of Contents

Installation

  1. Clone this repo with git clone https://github.com/J4spr/RustBerryPi.

  2. install Make(windows) or Make(linux) for your OS.

  3. Install Rust. (optional as I'm assuming that when you clone this repo you already have Rust installed)

Usage

  1. open a terminal and cd path/to/directory.

  2. type make in the root directory of the project.

Contributing

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.

License

This project is licensed under the MIT License.