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:

Components / IQS622
Azoteq IQS622 ultra low power sensor for ambient light, active (reflective) IR, magnetic field, capacitance and inductive proximity. Empowers next-generation user interfaces.


Low Cost Evaluation Board for Azoteq IQS622 Ultra Low Power (5uA) I2C Multi-Function Sensor with Light Sensor, Active (Reflective) IR, Touch and Hall Effect Sensor

Files at this revision

API Documentation at this revision

Comitter:
AzqDev
Date:
Sun May 14 21:17:41 2017 +0000
Parent:
12:3dcc5918d30a
Child:
14:7d68f0175c0e
Commit message:
Init of 0xd6 and 0xd7 commented out

Changed in this revision

IQS622_Init/IQS622_Init.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/IQS622_Init/IQS622_Init.cpp	Sun May 14 19:54:53 2017 +0000
+++ b/IQS622_Init/IQS622_Init.cpp	Sun May 14 21:17:41 2017 +0000
@@ -81,8 +81,8 @@
   writeRegister( 0xd3,  REPORT_RATES_TIMINGS_0 );    
   writeRegister( 0xd4,  REPORT_RATES_TIMINGS_1 );
   writeRegister( 0xd5,  REPORT_RATES_TIMINGS_2 );
-  writeRegister( 0xd6,  REPORT_RATES_TIMINGS_3 );
-  writeRegister( 0xd7,  GLOBAL_EVENT_MASK      );
+// TO FIX writeRegister( 0xd6,  REPORT_RATES_TIMINGS_3 );
+// TO FIX writeRegister( 0xd7,  GLOBAL_EVENT_MASK      );
 
 }
 // end of IQS624_Init.cpp
\ No newline at end of file