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.
Diff: IQS621_Init/IQS621_Init.cpp
- Revision:
- 14:4da43ebf6117
- Parent:
- 7:5161c542cdda
- Child:
- 15:a67f28ccea2c
--- a/IQS621_Init/IQS621_Init.cpp Sun May 14 20:49:15 2017 +0000 +++ b/IQS621_Init/IQS621_Init.cpp Sun May 14 21:06:50 2017 +0000 @@ -85,8 +85,8 @@ writeRegister( 0xd3, REPORT_RATES_TIMINGS_0 ); writeRegister( 0xd4, REPORT_RATES_TIMINGS_1 ); writeRegister( 0xd5, REPORT_RATES_TIMINGS_2 ); - writeRegister( 0xd6, REPORT_RATES_TIMINGS_3 ); - writeRegister( 0xd7, GLOBAL_EVENT_MASK ); +// fix writeRegister( 0xd6, REPORT_RATES_TIMINGS_3 ); +// fix writeRegister( 0xd7, GLOBAL_EVENT_MASK ); } // end of IQS624_Init.cpp \ No newline at end of file
IQS621
IQS621-EVAL-1