rocket-from-scratch

file structure

  • main.ino is always our current working file
  • code should be modularized
  • git tags will mark files used in launches and tests w/ stored data

Setup

  1. Download Arduino IDE
  2. Clone the repository: git clone https://github.com/codeuniversity/rocket-from-scratch.git
  3. In the Arduino IDE, open rocket-from-scratch/main/main.ino