Watch the Youtube Video here.
This repo contains all the firmware and hardware for Tidal Force's "Days Worked Without Incident" counter.
If you're looking for the latest docs/builds, see our Releases Page.
First, clone this repo (and optionally checkout a branch)
git clone https://github.com/FRC-1721/AccidentCounter.git
cd AccidentCounter
git checkout new_board
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