Ultra Low Power (5uA) I2C Multi-Function Sensor with Light Sensor + Active (Reflective) IR + Touch + Hall Effect Sensor
Dependencies: IQS622DisplayTerminal IQS62x mbed
Hello World! From Azoteq's IQS622 Ultra Low Power Multi-Sensor
This is a demo program for the Azoteq IQS622 ultra low power multi function sensor.
More details on the IQS622 component pages here:
Revision 13:84494b9f6711, committed 2017-05-14
- Comitter:
- AzqDev
- Date:
- Sun May 14 21:17:41 2017 +0000
- Parent:
- 12:3dcc5918d30a
- Child:
- 14:7d68f0175c0e
- Commit message:
- Init of 0xd6 and 0xd7 commented out
Changed in this revision
| IQS622_Init/IQS622_Init.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/IQS622_Init/IQS622_Init.cpp Sun May 14 19:54:53 2017 +0000 +++ b/IQS622_Init/IQS622_Init.cpp Sun May 14 21:17:41 2017 +0000 @@ -81,8 +81,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 ); +// TO FIX writeRegister( 0xd6, REPORT_RATES_TIMINGS_3 ); +// TO FIX writeRegister( 0xd7, GLOBAL_EVENT_MASK ); } // end of IQS624_Init.cpp \ No newline at end of file
IQS622
IQS622-EVAL-1