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: C12832 Sht31 vl53l0x_api
Fork of mbed-cloud-connect-sensor-accelerometer by
Diff: main.cpp
- Revision:
- 1:76a5fa924120
- Parent:
- 0:80032665d37e
- Child:
- 2:587b4d7444d1
diff -r 80032665d37e -r 76a5fa924120 main.cpp --- a/main.cpp Wed Nov 01 13:20:56 2017 +0000 +++ b/main.cpp Wed Nov 01 13:25:53 2017 +0000 @@ -19,5 +19,7 @@ lcd.printf("[AIR QUAL]"); lcd.locate(0,15); lcd.printf("eCO2:%dppm, TVO:%dppb", eco2, tvoc); // Print to LCD values + wait(1); + lcd.cls(); } }