秋月電子通商のBME280温湿度気圧モジュールにて高度を測定しました。 ボードはSTM32L152REを使いました。 meas attitude by BME280 Module of Akiduki and STM32L152RE. http://akizukidenshi.com/catalog/g/gK-09421/ http://www.st.com/content/st_com/ja/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-l152re.html

Dependencies:   BME280 mbed

Fork of BME280_Hello by Toyomasa Watarai

秋月電子通商のBME280温湿度気圧モジュールにて高度を測定しました。 ボードはSTM32L152REを使いました。 Meas altitude by BME280 Module of Akiduki and STM32L152RE. http://akizukidenshi.com/catalog/g/gK-09421/ http://www.st.com/content/st_com/ja/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-l152re.html

Files at this revision

API Documentation at this revision

Comitter:
gitakichi
Date:
Tue Jun 28 15:33:15 2016 +0000
Parent:
4:36164592a7ea
Commit message:
?????

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 36164592a7ea -r 41f74665164b main.cpp
--- a/main.cpp	Tue Jun 28 15:22:35 2016 +0000
+++ b/main.cpp	Tue Jun 28 15:33:15 2016 +0000
@@ -32,7 +32,7 @@
 {
 
     float altitude;
-    
+
     altitude_setup();