s

Dependencies:   HCSR04_2 MPU6050_2 mbed SDFileSystem3

Fork of AutoFlight2017_now_copy by Bot Furukawa

Files at this revision

API Documentation at this revision

Comitter:
TUATBM
Date:
Sat Sep 08 09:21:46 2018 +0000
Parent:
1:f31e17341659
Commit message:
a

Changed in this revision

config/falfalla.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/config/falfalla.h	Tue Aug 28 07:12:16 2018 +0000
+++ b/config/falfalla.h	Sat Sep 08 09:21:46 2018 +0000
@@ -25,7 +25,7 @@
 static float g_leftloopROLLshort=22.0;
 static float g_leftloopPITCHshort=-6.0;
 
-static float g_glideloopROLL = -16.0;
+static float g_glideloopROLL = -5.0;
 static float g_glideloopPITCH = 0.0;
 
 #if NUMBER_FALFALLA == 1    //1号機
--- a/main.cpp	Tue Aug 28 07:12:16 2018 +0000
+++ b/main.cpp	Sat Sep 08 09:21:46 2018 +0000
@@ -7,7 +7,8 @@
 //sensor
 #include "MPU6050_DMP6.h"
 //#include "MPU9250.h"
-//#include "BMP280.h"
+//#inclu
+#include "BMP280.h"
 #include "hcsr04.h"
 //device
 #include "sbus.h"