Ulta Low Power I2C Multi-Sensor: Capacitive Touch, Magnetic Field & Inductive Proximity.
Dependencies: IQS620DisplayTerminal IQS62x mbed
Fork of IQS620_HelloWorld by
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:
IQS620 Eval Kit board Connected to mbed LPC1768 board.
Diff: main.cpp
- Revision:
- 1:6a05a08a9e73
- Parent:
- 0:f1f07b4c5580
- Child:
- 2:ce90bf4d3273
diff -r f1f07b4c5580 -r 6a05a08a9e73 main.cpp
--- a/main.cpp Thu May 04 22:19:59 2017 +0000
+++ b/main.cpp Thu May 04 22:31:45 2017 +0000
@@ -36,7 +36,7 @@
IQS62xIO iqs62x; // class for basic IQS62x block read and write
int main() {
- terminal.helloMessage(true); // say hello and don't wait for user keypress to continue
+ terminal.helloMessage(true); // say hello
iqs62x.configure(); // configure the IC
while(1) {
iqs62x.readAll(); // read all the registers

IQS620A
IQS620A-EVAL-1