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 CCS811 MMA7660 Sht31 TSL2561
Revision 1:6791f0504ab0, committed 2017-11-09
- Comitter:
- Jenny Plunkett
- Date:
- Thu Nov 09 12:36:44 2017 -0600
- Parent:
- 0:801b555a3dd8
- Commit message:
- Fixed typo
Changed in this revision
| working/main_working.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/working/main_working.h Thu Nov 09 12:29:25 2017 -0600
+++ b/working/main_working.h Thu Nov 09 12:36:44 2017 -0600
@@ -53,7 +53,7 @@
uint16_t eco2, tvoc;
air_sensor.readData(&eco2, &tvoc);
char val[32];
- sprintf(val, "eCO2: %dppm, TVOC : %dppb", eco2, tvoc);
+ sprintf(val, "eCO2: %dppm, TVOC: %dppb", eco2, tvoc);
lcd_print(val);
}

