Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 368 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 368 Bytes

BaseFeatherM0

Repo with the minimum requirements for building a Rust crate for the Feather M0

Getting Started

If you haven't already, install cargo-generate with:

cargo install cargo-generate

Then, generate a new project from this template with:

cargo generate --git https://github.com/PinballWizards/BaseFeatherM0.git --name my_feather_project