Register Display On Serial Terminal For Azoteq IQS622 Ultra Low Power (5uA) I2C Multi-Function Sensor with Light Sensor + Active (Reflective) IR + Touch + Hall Effect Sensor
A library that performs a register dump of the Azoteq IQS622 ultra low power multisensor registers.
More information on the IQS622 here:
Diff: IQS622DisplayTerminal.h
- Revision:
- 1:20266bfaa709
- Parent:
- 0:932376194edb
- Child:
- 4:a9a7666d8a98
diff -r 932376194edb -r 20266bfaa709 IQS622DisplayTerminal.h
--- a/IQS622DisplayTerminal.h Tue May 09 04:55:29 2017 +0000
+++ b/IQS622DisplayTerminal.h Sat May 13 01:18:57 2017 +0000
@@ -28,5 +28,6 @@
IQS622Display(); // 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 single line of register values with color highlighting
+ void showRegisters(char *,char *); // show IQS62x registers with color highlighting
};
\ No newline at end of file