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.
Dependents: IQS624_HelloWorld Nucleo_ACM1602_I2C_DC_Angle
Diff: IQSdisplayTerminal.cpp
- Revision:
- 13:e5cbff2da2e7
- Parent:
- 12:75f1d9e5bf01
- Child:
- 14:0d885125ab78
--- a/IQSdisplayTerminal.cpp Sun May 14 19:56:28 2017 +0000
+++ b/IQSdisplayTerminal.cpp Sun May 14 21:24:11 2017 +0000
@@ -41,7 +41,7 @@
{
frameCounter++;
puts("\x1b[H"); // ANSI/VT100 command for cursor home
- printf("\t\t");
+ printf("\t");
printf("\t IQS624 Register Display\r\n\r\n"); // heading
printf("\t Frame number %06d", frameCounter);
printf("\t I2C Speed %dk", I2Cspeed/1000);