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.

Revision:
15:a6cffc00d61a
Parent:
7:7abb59b94800
--- a/IQS620_Init/IQS620_Init.cpp	Mon May 15 16:42:56 2017 +0000
+++ b/IQS620_Init/IQS620_Init.cpp	Mon May 15 19:53:56 2017 +0000
@@ -1,10 +1,10 @@
 #include "IQS62x.h"
 
-// Function to configure/initialize the IQS624
-// Uses the configuration data provided in "IQS624_Init.h"
-// The file "IQS624_Init.h" can be created/exported by the Azoteq software tools
-// The included version of "IQS624_Init.h" is a robust demo configuration
-// More info on IQS624: http://www.azoteq.com/products/proxfusion/iqs624?mbed
+// Function to configure/initialize the IQS620
+// Uses the configuration data provided in "IQS620_Init.h"
+// The file "IQS620_Init.h" can be created/exported by the Azoteq software tools
+// The included version of "IQS620_Init.h" is a robust demo configuration
+// More info on IQS620: http://www.azoteq.com/products/proxfusion/iqs620?mbed
 
 #include "IQS620_Init.h"
 
@@ -95,4 +95,4 @@
   writeRegister( 0xd8,  PWM_DUTY_CYCLE         );
 
 }
-// end of IQS624_Init.cpp
\ No newline at end of file
+// end of IQS620_Init.cpp
\ No newline at end of file