能代で使用するcansat用プログラム

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
ishiyamayuto
Date:
Sun Jun 30 06:57:33 2019 +0000
Parent:
1:b22208f0b32e
Commit message:
a

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r b22208f0b32e -r 92e515e23717 main.cpp
--- a/main.cpp	Sun Jun 23 09:50:55 2019 +0000
+++ b/main.cpp	Sun Jun 30 06:57:33 2019 +0000
@@ -4,13 +4,10 @@
 #include "BMP180.h"
 
 #define CNT_LAUNCH            //発射判定するときの何かしらのしきい値
-
-
 #define TIME_SWIM             //強制的にSwimフェーズに移行させる時間
 #define TIME_SEND            //無線送信する間隔
 #define NUM_CNT_MEDIAN        //中央値をとる個数
 #define RATE_GPS             //GPSのTickerを動作させるタイミング
-#define p0                   //海面気圧
 
 MPU6050 mpu(,);                     //mpu()の使用宣言
 BMP180  bmp(,);                     //bmp()の使用宣言