Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BME280 TextLCD nRF51_Vdd
Fork of TYBLE16_mbedlized_os5_BASE by
Revision 2:47ad8c48224e, committed 2018-04-14
- 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
--- 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 ----------------------------
