Flight control with nRF and MPU6050

Dependencies:   mbed

Revision:
1:23afaebeed15
Parent:
0:7365f8db1bac
Child:
2:cef800934402
--- a/main.cpp	Fri Aug 31 09:52:26 2018 +0000
+++ b/main.cpp	Fri Aug 31 10:17:41 2018 +0000
@@ -1,4 +1,8 @@
 #include "mbed.h"
+#include "mpu6050.h"
+#include "nRF24L01P.h"
+
+Serial pc(USBTX,USBRX,115200);
 
 DigitalOut myled(LED1);