Register Display of Azoteq IQS620 Magnetic/Touch/Inductive sensor
A library that performs a register dump of the Azoteq IQS620 ultra low power multisensor registers.
More information on the IQS620 here:
Serial Terminal Output
Revision 1:7461e3536893, committed 2017-05-05
- Comitter:
- AzqDev
- Date:
- Fri May 05 17:52:19 2017 +0000
- Parent:
- 0:39828a1d036f
- Child:
- 2:da8082c7476a
- Commit message:
- Heading Spacing
Changed in this revision
| IQS620DisplayTerminal.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/IQS620DisplayTerminal.cpp Thu May 04 22:26:41 2017 +0000
+++ b/IQS620DisplayTerminal.cpp Fri May 05 17:52:19 2017 +0000
@@ -39,7 +39,7 @@
void IQS620Display::showStatus(int I2Cspeed, int I2CErrorCount) {
frameCounter++;
puts("\x1b[H"); // ANSI/VT100 command for cursor home
- printf("\t\t\t");
+ printf("\t");
printf("\t IQS620 Register Display\r\n\r\n"); // heading
printf("\t Frame number %06d", frameCounter);
printf("\t I2C Speed %dk", I2Cspeed/1000);