Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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:
- 6:250df5794541
- Parent:
- 3:481d56f2b398
- Child:
- 7:7abb59b94800
diff -r 857c78cf506d -r 250df5794541 main.cpp
--- a/main.cpp Fri May 12 05:11:12 2017 +0000
+++ b/main.cpp Fri May 12 16:33:08 2017 +0000
@@ -44,7 +44,7 @@
wait(3);
iqs62x.configure(); // configure the IC
while(1) {
- iqs62x.readAll(); // read all the registers
+ iqs62x.readIqsRegisters(0,NUMBER_OF_REGISTERS); // read all the registers
terminal.showStatus(iqs62x.I2Cspeed,iqs62x.I2CErrorCount); // show heading and number of I2C errors
terminal.showRegisters(iqs62x.registers); // show IQS62x registers
}

IQS620A
IQS620A-EVAL-1