This repository contains code and supporting code for the sensors on the Goose 3 Hyperloop Pod.
The AVR code is developed with Cosa using Waterloop's build toolchain wcosa. WLib is included as STL.
Developing the sensor code requires
cmakeavr-gccor Arduino SDKwcosa
See the WCosa readme for more information.
git clone --recursive https://github.com/teamwaterloop/goose-sensors.git
cd goose-sensors
wcosa updateIt is recommended to fork the repo.