added gy80 dcm

Dependencies:   mbed DCM_AHRS_GY80 PID MMA8451Q

Fork of quadCommand by Greg Abdo

Committer:
gabdo
Date:
Thu Jun 13 01:11:03 2013 +0000
Revision:
55:bca9c9e92da6
Parent:
49:f202fb0d4128
Good job!

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