201903_14ISEで実際に使用した開放用プログラム. 使用マイコンがNUCLES-F303K8なので注意
Dependencies: mbed Madgwick MPU6050 Kalman BMP180
Revision 20:89fdec3731f8, committed 2019-06-23
- Comitter:
- sashida_h
- Date:
- Sun Jun 23 09:52:57 2019 +0000
- Parent:
- 19:1e1a9f1829a9
- Commit message:
- add description;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1e1a9f1829a9 -r 89fdec3731f8 main.cpp --- a/main.cpp Wed Mar 13 15:12:17 2019 +0000 +++ b/main.cpp Sun Jun 23 09:52:57 2019 +0000 @@ -1,3 +1,5 @@ +/*Designed by CORE in HINO*/ + #include "mbed.h" #include "MPU6050.h" #include "BMP180.h"