Go to file
Kenwood d94c5f94bd
Docs / Build Docs (pull_request) Failing after 13s Details
Docs / Publish Docs (pull_request) Has been skipped Details
Firmware / Firmware Builder (pull_request) Failing after 21s Details
Firmware / Delinter (pull_request) Failing after 18s Details
Hardware / KiCad Hardware (pull_request) Successful in 1m14s Details
Hardware / Dev-Publish (pull_request) Failing after 27s Details
Hardware / Publish (pull_request) Has been skipped Details
Uploads
2024-01-02 16:27:04 -05:00
.gitea/workflows Uploads 2024-01-02 16:27:04 -05:00
CAD Bump LED cutout size a little 2023-12-29 12:50:12 -05:00
Docs Import from https://github.com/KenwoodFox/Project-Template 2023-12-26 16:55:02 -05:00
Firmware Import from https://github.com/KenwoodFox/Project-Template 2023-12-26 16:55:02 -05:00
Hardware Add ERC Eclusion 2024-01-02 16:18:59 -05:00
Static Import from https://github.com/KenwoodFox/Project-Template 2023-12-26 16:55:02 -05:00
.gitignore Include CAD 2023-12-26 16:56:05 -05:00
.gitmodules Bump 2023-12-26 18:02:08 -05:00
README.md Import from https://github.com/KenwoodFox/Project-Template 2023-12-26 16:55:02 -05:00

README.md

Docs Hardware Firmware

InstrumentVisor

Banner

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!