khanny17 / Quadcopter

A project to develop code to stabilize a quadcopter
1 stars 0 forks source link

Organize into packages or libraries or whatever you wanna call it #4

Open rjd3756 opened 9 years ago

rjd3756 commented 9 years ago

I think organizing things and making some sort of reusability would help keep concerns separated.

khanny17 commented 9 years ago

I am learning about developing Arduino outside of the Arduino IDE. The normal Arduino IDE doesn't have an easy way to separate files into folders, but I'm looking into using Eclipse. This change would let us have this layer of abstraction.