Register Display of Azoteq IQS620 Magnetic/Touch/Inductive sensor

Dependents:   IQS620_HelloWorld

A library that performs a register dump of the Azoteq IQS620 ultra low power multisensor registers.

More information on the IQS620 here:

Components / IQS620A
Ultra low power sensor for magnetic field, capacitive touch and inductive proximity. Empowers next-generation user interfaces.

Low Cost Evaluation Board For Azoteq IQS620A ultra low power sensor for magnetic field, capacitance, inductive proximity and temperature. Empowers next-generation user interfaces.

Serial Terminal Output

/media/uploads/AzqDev/iqs620-azoteq-multi-function-sensor-mbed-library-register-display.gif

Revision:
1:7461e3536893
Parent:
0:39828a1d036f
Child:
2:da8082c7476a
--- 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);