KenwoodFox b33f65bfc6
Some checks failed
Docs / Build Docs (push) Failing after 1m58s
Docs / Publish Docs (push) Has been skipped
Firmware / Firmware Builder (push) Failing after 1m4s
Firmware / Delinter (push) Failing after 19s
Hardware / KiCad Hardware (push) Failing after 3m31s
Hardware / Publish (push) Has been skipped
Hardware / Dev-Publish (push) Has been skipped
Bump picture/banner
2025-01-31 15:52:44 -05:00
2023-12-29 12:50:12 -05:00
2025-01-31 15:52:44 -05:00
2023-12-26 16:56:05 -05:00
2023-12-26 18:02:08 -05:00

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!

Description
No description provided
Readme 38 MiB
Languages
Python 49.3%
Makefile 34%
C++ 14.1%
C 2.6%