dcs-bios / dcs-bios-arduino-library

Arduino Library to talk to DCS-BIOS
MIT License
61 stars 29 forks source link

Code organization #3

Closed Gadroc closed 9 years ago

Gadroc commented 9 years ago

Currently the code is all intermingled in one file. As we add more functionality it will be hard to maintain. In addition ordering becomes important which can lead to bugs.

We should move each object / concern into it's own file.

jboecker commented 9 years ago

Merged, thanks!