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:
- 6:b57872cf5562
- Parent:
- 5:2f315f806f0c
diff -r 2f315f806f0c -r b57872cf5562 IQS621DisplayTerminal.h
--- a/IQS621DisplayTerminal.h Sun May 14 19:31:18 2017 +0000
+++ b/IQS621DisplayTerminal.h Sun May 14 19:49:47 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 *,char *,int,int); // dump a formatted line
- void showRegisters(char * registers, char * colorArray); // show IQS62x registers
+ void showRegisters(char * registers, char * colorArray, bool showAllRegisters); // show IQS62x registers
};
\ No newline at end of file