TYBLE16 on os5 sample programs

Dependencies:   BME280 TextLCD nRF51_Vdd

Fork of TYBLE16_mbedlized_os5_BASE by Kenji Arai

Please refer following notebook.
/users/kenjiArai/notebook/tyble16-module-as-mbed-os-5-board-mbedlization/

Revision:
2:47ad8c48224e
Parent:
1:9011c83e4178
--- a/6_Thermo/main.cpp	Sat Apr 14 04:56:34 2018 +0000
+++ b/6_Thermo/main.cpp	Sat Apr 14 12:57:53 2018 +0000
@@ -29,9 +29,9 @@
 #include    "TextLCD.h"
 #include    "BME280.h"
 
-#define NO_SENSOR   1
-#define HAS_SENSOR  0
-#define USE_LCD     0
+#define NO_SENSOR   0
+#define HAS_SENSOR  1
+#define USE_LCD     1
 
 DigitalOut      led1(LED1, 1);
 Serial          pc(USBTX, USBRX);