Crazyflie 2.0 controller

Dependents:   Drones-Controlador

Revision:
0:3871dc7bedf7
Child:
1:579511e9f0b8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CrazyflieController.h	Wed Oct 10 11:13:07 2018 +0000
@@ -0,0 +1,9 @@
+#ifndef CrazyflieController_h
+#define CrazyflieController_h
+
+#include "AltitudeEstimator.h"
+#include "AttitudeController.h"
+#include "Mixer.h"
+#include "Library.h"
+
+#endif