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

Committer:
AzqDev
Date:
Sat May 13 01:19:30 2017 +0000
Revision:
3:9592cb4b5ba0
Parent:
1:bea1bce59bc7
Child:
4:2c5ea9dc0662
Color highlighting

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AzqDev 3:9592cb4b5ba0 1 // device type - not currently used but available
AzqDev 3:9592cb4b5ba0 2 #define DEVICE_TYPE_IQS622 1
AzqDev 3:9592cb4b5ba0 3
AzqDev 3:9592cb4b5ba0 4 // used by IQS62x lib when we want to override the simple configure() function
AzqDev 3:9592cb4b5ba0 5 //#define OVERRIDE_CONFIGURE 1