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
Diff: 6_Thermo/main.cpp
- 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);