Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 737 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 737 Bytes

Build Status

Goose 3 Sensors

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.

Development Dependencies

Developing the sensor code requires

  • cmake
  • avr-gcc or Arduino SDK
  • wcosa

See the WCosa readme for more information.

git clone --recursive https://github.com/teamwaterloop/goose-sensors.git
cd goose-sensors
wcosa update

It is recommended to fork the repo.