Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FATFileSystem
Fork of FTE-06 by
Revision 20:d53b0578325d, committed 2017-08-12
- Comitter:
- mizuki_akaike
- Date:
- Sat Aug 12 16:42:21 2017 +0000
- Parent:
- 19:ad253b080090
- Child:
- 21:012ce8081626
- Commit message:
- bme280????????;
Changed in this revision
| bme280.lib | 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 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bme280.lib Sat Aug 12 16:42:21 2017 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/loopsva/code/bme280/#96075bee19f0
--- a/main.cpp Sat Aug 05 12:42:51 2017 +0000 +++ b/main.cpp Sat Aug 12 16:42:21 2017 +0000 @@ -8,6 +8,7 @@ #include "24LCXXX.h" #include "GPS.h" #include "Servo.h" +#include "bme280.h" //発射検知でLED1の点灯、頂点通過検知でLED2の点灯、パラシュート展開でLED3の点灯、水密構造のLED4の点灯 //im920ではECIOコマンドを使って、送信データのアスキーコード逆変換が行われるようにすること //-----------------------------------------ロケットの制御にかかわる設定

