added gy80 dcm

Dependencies:   mbed DCM_AHRS_GY80 PID MMA8451Q

Fork of quadCommand by Greg Abdo

main.cpp

Committer:
oprospero
Date:
2013-07-28
Revision:
64:2b6399fe00f6
Parent:
55:bca9c9e92da6

File content as of revision 64:2b6399fe00f6:

#include "quadCommand.h"

int main() 
{
    quadCommand quad;   // Create quadCommand object.
    quad.run();         // Start quadCommand running.
}