201903_ISE

Dependencies:   mbed Madgwick MPU6050 Kalman BMP180

Files at this revision

API Documentation at this revision

Comitter:
mikawataru
Date:
Mon Oct 10 11:21:32 2016 +0000
Parent:
0:0ff20d8e9090
Child:
2:a4895f7c3058
Child:
3:24a8901befb6
Commit message:
test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Jun 07 05:17:35 2016 +0000
+++ b/main.cpp	Mon Oct 10 11:21:32 2016 +0000
@@ -1,3 +1,18 @@
+/*
+説明
+Nucleo-F303K8とBMP180を使った気温・気圧・高度計算のサンプルプログラム
+
+ライブラリ
+https://developer.mbed.org/users/spiridion/code/BMP180/
+
+以下ピン配置
+Nucleo  BMP180
+GND-----GND-------0V
++3V3----VIN
+D4------SDA
+D5------SCL
+
+*/
 #include "mbed.h"
 #include "math.h"
 #include "BMP180.h"