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.
Revision 14:d9e92073fd3f, committed 2017-05-15
- Comitter:
- AzqDev
- Date:
- Mon May 15 16:42:56 2017 +0000
- Parent:
- 13:22df25a61e14
- Child:
- 15:a6cffc00d61a
- Commit message:
- Cosmetic
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon May 15 03:37:04 2017 +0000
+++ b/main.cpp Mon May 15 16:42:56 2017 +0000
@@ -45,7 +45,7 @@
int main() {
terminal.helloMessage(false); // say hello but don't wait for a keypress
iqs62x.configure(); // configure the IC contents of IQS62x_Init.h
- char * color = iqs62x.getTable( color_any_register_that_changed_in_the_previous_20_reads ); // show changes in color
+ char * color = iqs62x.getTable( color_any_register_that_changed_in_the_previous_20_reads ); // table that contains changes to register values
while(1) {
iqs62x.readIqsRegisters(0,NUMBER_OF_REGISTERS); // read all the registers
terminal.showStatus(iqs62x.I2Cspeed,iqs62x.I2CErrorCount); // show heading and number of I2C errors

IQS620A
IQS620A-EVAL-1