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/

Files at this revision

API Documentation at this revision

Comitter:
kenjiArai
Date:
Sat Apr 14 12:57:53 2018 +0000
Parent:
1:9011c83e4178
Child:
3:c0010c8ad17f
Commit message:
updated library (I2C pin assign)

Changed in this revision

6_Thermo/main.cpp Show annotated file Show diff for this revision Revisions of this file
TYBLE16_os5_BASE.lib Show annotated file Show diff for this revision Revisions of this file
select_example.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);
--- a/TYBLE16_os5_BASE.lib	Sat Apr 14 04:56:34 2018 +0000
+++ b/TYBLE16_os5_BASE.lib	Sat Apr 14 12:57:53 2018 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/kenjiArai/code/TYBLE16_os5_BASE/#3a1ceeab2e20
+https://os.mbed.com/users/kenjiArai/code/TYBLE16_os5_BASE/#49e961761f78
--- a/select_example.cpp	Sat Apr 14 04:56:34 2018 +0000
+++ b/select_example.cpp	Sat Apr 14 12:57:53 2018 +0000
@@ -33,7 +33,7 @@
     9.  9_Monitor
         Check nRF51 CPU functions
  */
-#define EXAMPLE_NUMBER      9
+#define EXAMPLE_NUMBER      6
 // select 0 to 9
 
 //----------------- You don't need any modification ----------------------------