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.
Revision 4:cfd35dc9976a, committed 2017-05-13
- Comitter:
- AzqDev
- Date:
- Sat May 13 00:14:25 2017 +0000
- Parent:
- 3:10112b6b8d3c
- Child:
- 5:2f315f806f0c
- Commit message:
- Removed unneeded array
Changed in this revision
| IQS621DisplayTerminal.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/IQS621DisplayTerminal.cpp Fri May 12 23:13:19 2017 +0000
+++ b/IQS621DisplayTerminal.cpp Sat May 13 00:14:25 2017 +0000
@@ -62,14 +62,6 @@
}
}
-
-static char checkerBoard [] = { // a byte array with alternate 0's and 1's
-0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,
-0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,
-0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,
-0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,
-};
-
// formatted hex display of IQS621 registers
void IQS621Display::showRegisters(char * buffer, char * color) {