Ultra Low Power (5uA) I2C Multi-Function Sensor with Light Sensor + Active (Reflective) IR + Touch + Hall Effect Sensor
Dependencies: IQS622DisplayTerminal IQS62x mbed
Hello World! From Azoteq's IQS622 Ultra Low Power Multi-Sensor
This is a demo program for the Azoteq IQS622 ultra low power multi function sensor.
More details on the IQS622 component pages here:
Diff: main.cpp
- Revision:
- 9:81b52cfc7814
- Parent:
- 8:57dbc9c20428
- Child:
- 10:909b9e012523
diff -r 57dbc9c20428 -r 81b52cfc7814 main.cpp
--- a/main.cpp Sat May 13 09:31:10 2017 +0000
+++ b/main.cpp Sat May 13 16:20:54 2017 +0000
@@ -51,6 +51,7 @@
// if a byte in a highlight table is nonzero, the corresponding register value will be highlighted during display
highlightTable = 0; // use a NULL table to make all registers print plain with no highlighting
highlightTable = iqs62x.readChanges; // special table to highlight all registers that changed since the previous read
+ highlightTable = iqs62x.readChangesEver; // table that highlights all registers that ever changed since the previous read
highlightTable = iqs62x.writeChanges; // special table to highlight all registers that were written/configured but now contain a different value
highlightTable = iqs62x.writeFlag; // special table to highlight all registers that were initialized - can be used to verify configure()
IQS622
IQS622-EVAL-1