Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 606 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 606 Bytes

This repository contains embedded code (mainly Arduino) that runs various subsystems in our solar vehicle.

Installation / Setup Instructions

  1. Clone this repository into a suitable location.
  2. Run git submodule init && git submodule update to pull all the libraries.
  3. Open Arduino. Go to File > Preferences and set the root folder of this repo as the sketchbook location.

At this point, you should be able to use the Arduino IDE to run any of the firmware sketches. Any necessary custom libraries should be available in the libraries folder and the Arduino IDE should automatically detect them.