Ultra Low Power (5uA) I2C Sensor With Ambient Light Sensing (ALS) + Capacitive Proximity/Touch + Hall Effect Sensor + Inductive Proximity (Metal Detect)

Dependencies:   IQS621DisplayTerminal IQS62x mbed

Hello World! From Azoteq's IQS621 Ultra Low Power Multi-Sensor

This is a demo program for the Azoteq IQS621 ultra low power multi function sensor.

Components / IQS621
Azoteq IQS621 ultra low power sensor for ambient light, magnetic field, capacitance and inductive proximity. Empowers next-generation user interfaces.


Low Cost Evaluation Board For Azoteq IQS621ultra low power I2C sensor for ambient light, magnetic field, capacitance, inductive proximity and temperature.

Committer:
AzqDev
Date:
Tue Jan 23 15:18:16 2018 +0000
Revision:
17:ffbe54dfe7b8
Parent:
6:f64e7e8d5283
Updated mbed library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AzqDev 4:f901211e62c1 1 // device type
AzqDev 6:f64e7e8d5283 2 #define DEVICE_TYPE_IQS621 1
AzqDev 6:f64e7e8d5283 3
AzqDev 6:f64e7e8d5283 4 // used by IQS62x lib when we want to override the simple configure() function
AzqDev 6:f64e7e8d5283 5 #define OVERRIDE_CONFIGURE 1