added gy80 dcm

Dependencies:   mbed DCM_AHRS_GY80 PID MMA8451Q

Fork of quadCommand by Greg Abdo

Committer:
oprospero
Date:
Sun Jul 28 21:46:54 2013 +0000
Revision:
64:2b6399fe00f6
Parent:
55:bca9c9e92da6
working state;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gabdo 0:8681037b9a18 1 #include "quadCommand.h"
gabdo 0:8681037b9a18 2
gabdo 0:8681037b9a18 3 int main()
gabdo 0:8681037b9a18 4 {
gabdo 0:8681037b9a18 5 quadCommand quad; // Create quadCommand object.
dereklmc 41:40e432c5cbe6 6 quad.run(); // Start quadCommand running.
gabdo 0:8681037b9a18 7 }
gabdo 0:8681037b9a18 8