Register Display of Azoteq IQS620 Magnetic/Touch/Inductive sensor
A library that performs a register dump of the Azoteq IQS620 ultra low power multisensor registers.
More information on the IQS620 here:
Serial Terminal Output
Diff: IQS620DisplayTerminal.h
- Revision:
- 2:da8082c7476a
- Parent:
- 0:39828a1d036f
- Child:
- 4:1e48e6e5e996
diff -r 7461e3536893 -r da8082c7476a IQS620DisplayTerminal.h
--- a/IQS620DisplayTerminal.h Fri May 05 17:52:19 2017 +0000
+++ b/IQS620DisplayTerminal.h Sat May 13 00:12:38 2017 +0000
@@ -28,5 +28,6 @@
IQS620Display(); // 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 * buffer, char * color, int startbyte, int endbyte); // write one line of register data with color highlighting
+ void showRegisters(char *,char *); // show IQS62x registers
};
\ No newline at end of file