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:
4:1e48e6e5e996
Parent:
2:da8082c7476a
Child:
7:ce337c044c1d
--- a/IQS620DisplayTerminal.h	Sun May 14 19:32:03 2017 +0000
+++ b/IQS620DisplayTerminal.h	Sun May 14 19:44:56 2017 +0000
@@ -29,5 +29,5 @@
     void helloMessage(bool); // show startup message
     void showStatus(int,int); // show headings and I2C Error Count
     void showLine(char * buffer, char * color, int startbyte, int endbyte); // write one line of register data with color highlighting
-    void showRegisters(char *,char *); // show IQS62x registers
+    void showRegisters(char *,char *,bool); // show IQS62x registers
 };
\ No newline at end of file