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 6:b57872cf5562, committed 2017-05-14
- Comitter:
- AzqDev
- Date:
- Sun May 14 19:49:47 2017 +0000
- Parent:
- 5:2f315f806f0c
- Child:
- 7:2cb11d8fa4a8
- Commit message:
- Added showAllRegisters
Changed in this revision
| IQS621DisplayTerminal.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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