Docs / Build Docs (pull_request) Failing after 2m41s
Details
Docs / Publish Docs (pull_request) Has been skipped
Details
Firmware / Firmware Builder (pull_request) Failing after 17s
Details
Firmware / Delinter (pull_request) Failing after 17s
Details
Hardware / KiCad Hardware (pull_request) Successful in 7m19s
Details
Hardware / Dev-Publish (pull_request) Failing after 20s
Details
Hardware / Publish (pull_request) Has been skipped
Details
|
||
---|---|---|
.gitea/workflows | ||
CAD | ||
Docs | ||
Firmware | ||
Hardware | ||
Static | ||
.gitignore | ||
.gitmodules | ||
README.md |
README.md
InstrumentVisor
This repo contains all the firmware and hardware for the InstrumentVisor.
If you're looking for the latest docs/builds, see our Releases Page.
Getting Started
First, clone this repo (and optionally checkout a branch)
git clone https://github.com/Kenwood/InstrumentVisor.git
cd InstrumentVisor
Init Submodules
Some libraries and resources are included as submodules, run the following command to initialize them before opening the main sch
(If you get a missing library error, make sure to do this)
git submodule update --init --recursive
Project Layout
If you want to use this project template for yourself, you can find it here!