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:
Revision 6:af5c5cf511a9, committed 2017-05-13
- Comitter:
- AzqDev
- Date:
- Sat May 13 02:51:37 2017 +0000
- Parent:
- 5:c88aa2de6f61
- Child:
- 7:926e53f6ac94
- Commit message:
- comment
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat May 13 02:49:40 2017 +0000
+++ b/main.cpp Sat May 13 02:51:37 2017 +0000
@@ -47,6 +47,7 @@
terminal.showStatus(iqs62x.I2Cspeed,iqs62x.I2CErrorCount); // show heading and number of I2C errors
char * colorTable = iqs62x.writeFlag; // table of all the registers that were written to (initialized)
+ // also try one of these:
// char * colorTable = iqs62x.readChanges; // table of all the registers that changed since previous read
// char * colorTable = iqs62x.writeChanges; // table of all the registers that changed since last write
// char * colorTable = 0; // no color highlighting
IQS622
IQS622-EVAL-1