Azoteq IQS624 Serial Terminal Display Class

Dependents:   IQS624_HelloWorld Nucleo_ACM1602_I2C_DC_Angle

Library: IQSDisplayTerminal

Library for formatted display of IQS624 registers on a serial terminal

Screen Capture

Below is a screen capture of formatted output on a serial terminal program.
Note that over a million frames were captured with zero I2C errors. /media/uploads/AzqDev/iqs624-display-screencap-1m.gif

IQS624 Summary

Ultra low power I2C sensor for 2D Magnetic Angle, Capacitive touch and Inductive Proximity

IQS624 mbed Component Link

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


IQS624 Pinout

/media/uploads/AzqDev/iqs624-pinout-s3.gif

/media/uploads/AzqDev/iqs624-and-lpc1768-tiny.gif

IQS624 Connected to mbed LPC1768 board. The five wires are power(2), I2C(2) and RDY(1).

IQS624 Data Sheet

Azoteq IQS624 Data sheet & Evaluation Kit Information: http://bit.ly/IQS624_ds



IQS624 YouTube Link

IQS624 1-minute YouTube video: http://bit.ly/IQS624Video

Revision:
10:d4f2c7c2bd82
Parent:
7:07fe2677d9a4
Child:
11:5200ac4ee76e
--- a/IQSdisplayTerminal.h	Fri May 12 05:42:35 2017 +0000
+++ b/IQSdisplayTerminal.h	Sat May 13 00:55:45 2017 +0000
@@ -28,5 +28,6 @@
     IQS62xDisplay(); // constructor
     void helloMessage(bool); // show startup message
     void showStatus(int,int); // show headings and I2C Error Count
-    void showRegisters(char *); // show IQS62x registers
+    void showLine(char *, char *,int,int); // print a single line with color highlighting
+    void showRegisters(char *,char *); // show IQS62x registers
 };
\ No newline at end of file