Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.29 KB

Docs Hardware Firmware

RoomBouy

Banner

This repo contains all the firmware and hardware for the RoomBouy.

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/FRC-1721/RoomBouy.git
cd RoomBouy

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!