Register display for Azoteq IQS621 ultra low power I2C multi-function sensor.
A library that performs a register dump of the Azoteq IQS621 ultra low power multisensor registers.
More information on the IQS621 here:
Serial Terminal Output
IQS621 Register display as performed by mbed LPC1768.
Note the frame number - over half a million register dumps were performed with zero I2C errors.
Diff: IQS621DisplayTerminal.h
- Revision:
- 3:10112b6b8d3c
- Parent:
- 0:6a124fa2a919
- Child:
- 5:2f315f806f0c
diff -r f47e3cecd5b0 -r 10112b6b8d3c IQS621DisplayTerminal.h
--- a/IQS621DisplayTerminal.h Sat May 06 10:30:57 2017 +0000
+++ b/IQS621DisplayTerminal.h Fri May 12 23:13:19 2017 +0000
@@ -28,5 +28,6 @@
IQS621Display(); // 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); // dump a formatted line
+ void showRegisters(char * registers, char * colorArray); // dump IQS624 registers
};
\ No newline at end of file