Crazyflie 2.0 Controller

Dependents:   Drone_Controlador_Atitude

Revision:
1:2abfa02e99d5
Child:
2:9e07bed8e8ed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CrazyflieController.h	Tue Oct 09 18:00:51 2018 +0000
@@ -0,0 +1,10 @@
+#ifndef CrazyflieController_h
+#define CrazyflieController_h
+
+#include "Mixer.h"
+#include "AttitudeEstimator.h"
+#include "AttitudeController.h"
+#include "Parameters.h"
+#include "MPU9250.h"
+
+#endif
\ No newline at end of file