Toyomasa Watarai / Mbed 2 deprecated BME280_test

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
MACRUM
Date:
Mon Apr 13 11:18:06 2015 +0900
Parent:
1:6785c6f706aa
Commit message:
Enable DEBUG option

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 6785c6f706aa -r aa078cab3eda main.cpp
--- a/main.cpp	Sat Apr 04 05:57:20 2015 +0000
+++ b/main.cpp	Mon Apr 13 11:18:06 2015 +0900
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-//#define _DEBUG
+#define _DEBUG
 
 Serial pc(USBTX, USBRX);
 I2C sensor(I2C_SDA, I2C_SCL);