Ulta Low Power I2C Multi-Sensor: Capacitive Touch, Magnetic Field & Inductive Proximity.

Dependencies:   IQS620DisplayTerminal IQS62x mbed

Fork of IQS620_HelloWorld by Azq Dev

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

This is an mbed hardware demo program for the Azoteq IQS620 ultra low power multisensor.

More details on the IQS620 (and verified mbed boards) on these component pages:

Components / IQS620A
Ultra low power sensor for magnetic field, capacitive touch and inductive proximity. Empowers next-generation user interfaces.

Low Cost Evaluation Board For Azoteq IQS620A ultra low power sensor for magnetic field, capacitance, inductive proximity and temperature. Empowers next-generation user interfaces.


/media/uploads/AzqDev/iqs620-mbed-lpc1768-azoteq-touch-magnetic-inductive-temperature-sensor.gif
IQS620 Eval Kit board Connected to mbed LPC1768 board.

Files at this revision

API Documentation at this revision

Comitter:
AzqDev
Date:
Fri May 12 05:07:31 2017 +0000
Parent:
3:481d56f2b398
Child:
5:857c78cf506d
Commit message:
Added deviceType.h

Changed in this revision

IQS62x.lib Show annotated file Show diff for this revision Revisions of this file
deviceType.h Show annotated file Show diff for this revision Revisions of this file
--- a/IQS62x.lib	Mon May 08 06:24:51 2017 +0000
+++ b/IQS62x.lib	Fri May 12 05:07:31 2017 +0000
@@ -1,1 +1,1 @@
-https://mbed.org/teams/Azoteq/code/IQS62x/#89bdb6f6a5c1
+https://mbed.org/teams/Azoteq/code/IQS62x/#7c2666dfbc9a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deviceType.h	Fri May 12 05:07:31 2017 +0000
@@ -0,0 +1,2 @@
+// device type
+#define DEVICE_TYPE_IQS620 1
\ No newline at end of file