201903_14ISEで実際に使用した開放用プログラム. 使用マイコンがNUCLES-F303K8なので注意

Dependencies:   mbed Madgwick MPU6050 Kalman BMP180

Revision:
3:24a8901befb6
Parent:
1:b9ea35d93329
Child:
4:4b3ae90ec778
diff -r b9ea35d93329 -r 24a8901befb6 main.cpp
--- a/main.cpp	Mon Oct 10 11:21:32 2016 +0000
+++ b/main.cpp	Thu Nov 02 17:22:14 2017 +0000
@@ -20,7 +20,7 @@
 
 DigitalOut myled(LED1);
 Serial pc(USBTX,USBRX);
-BMP180 bmp(PB_7, PB_6);
+BMP180 bmp(p28, p27);
 Timer timer;
 
 float getAlt(float press, float temp);