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

Revision:
13:84494b9f6711
Parent:
5:c88aa2de6f61
--- 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