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 9:001a4f68648c, committed 2018-03-21
- Comitter:
- mventer
- Date:
- Wed Mar 21 05:52:37 2018 +0000
- Parent:
- 8:28ab2dd50b9f
- Commit message:
- For use with IQS621_DualPIR_ALS_Temp.
Changed in this revision
IQS621DisplayTerminal.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 28ab2dd50b9f -r 001a4f68648c IQS621DisplayTerminal.cpp --- a/IQS621DisplayTerminal.cpp Sun May 14 20:58:15 2017 +0000 +++ b/IQS621DisplayTerminal.cpp Wed Mar 21 05:52:37 2018 +0000 @@ -56,7 +56,7 @@ if ( color == NULL || color[i] == 0 ) printf("%02x ", buffer[i]); else -#define USE_IQS_COLOR_DISPLAY +#define DONT_USE_IQS_COLOR_DISPLAY 1 #ifndef DONT_USE_IQS_COLOR_DISPLAY printf("\x1b[32m%02x\x1b[30m ", buffer[i]); // print out in green (ANSI VT100 code) #else