helsinkiAUV / auv

Software for the Autonomous Underwater Vehicle developed by the University of Helsinki physics students.
GNU General Public License v3.0
1 stars 0 forks source link

Write main program and Makefile for the testSuite #6

Closed helsinkiAUV closed 8 years ago

helsinkiAUV commented 8 years ago

Write makefile targets for different tests. You will begin writing the main program called "atlanticSimulator.cpp".

helsinkiAUV commented 8 years ago

The Makefile must specify the "-D SIMULATOR" option, which defines the SIMULATOR keyword. This is because the arduino code cannot be compiled on a standard C++ compiler and must be surrounded with #ifdefs (see the programming guide).

helsinkiAUV commented 8 years ago

Files written by Juho on April 6th 2016.