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
Diff: IQS620DisplayTerminal.cpp
- Revision:
- 1:7461e3536893
- Parent:
- 0:39828a1d036f
- Child:
- 2:da8082c7476a
diff -r 39828a1d036f -r 7461e3536893 IQS620DisplayTerminal.cpp
--- 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);