Ultra Low Power (5uA) I2C Sensor With Ambient Light Sensing (ALS) + Capacitive Proximity/Touch + Hall Effect Sensor + Inductive Proximity (Metal Detect)
Dependencies: IQS621DisplayTerminal IQS62x mbed
Hello World! From Azoteq's IQS621 Ultra Low Power Multi-Sensor
This is a demo program for the Azoteq IQS621 ultra low power multi function sensor.
Revision 11:6258c43f559f, committed 2017-05-13
- Comitter:
- AzqDev
- Date:
- Sat May 13 16:29:30 2017 +0000
- Parent:
- 10:3d189e1c9eeb
- Child:
- 12:158b7c3dc8dc
- Commit message:
- removed delay
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat May 13 16:18:47 2017 +0000
+++ b/main.cpp Sat May 13 16:29:30 2017 +0000
@@ -40,7 +40,6 @@
int main() {
terminal.helloMessage(false); // say hello but don't wait for a keypress
- wait(3);
iqs62x.configure(); // configure the IC
while(1) {
iqs62x.readIqsRegisters(0,NUMBER_OF_REGISTERS); // read all the registers
IQS621
IQS621-EVAL-1