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.
Dependents: IQS624_HelloWorld Nucleo_ACM1602_I2C_DC_Angle
Revision 8:4a57fcc4cc31, committed 2017-05-12
- Comitter:
- AzqDev
- Date:
- Fri May 12 05:39:11 2017 +0000
- Parent:
- 7:07fe2677d9a4
- Child:
- 9:9fed1ba5abab
- Commit message:
- Expected Device ID added
Changed in this revision
| IQSdisplayTerminal.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/IQSdisplayTerminal.cpp Fri May 05 16:55:16 2017 +0000
+++ b/IQSdisplayTerminal.cpp Fri May 12 05:39:11 2017 +0000
@@ -49,7 +49,7 @@
// formatted hex display of IQS62x registers
void IQS62xDisplay::showRegisters(char * buffer) {
#define ShowLine(FROM,TO) for(int j=(FROM);j<=(TO);j++)printf("%02x ",buffer[j])
- printf("\r\n\r\n Device ID [00] "); ShowLine(0x00,0x0f);
+ printf("\r\n\r\n Device ID (43) [00] "); ShowLine(0x00,0x0f);
printf("\r\n\r\n System Flags [10] "); ShowLine(0x10,0x1f);
printf("\r\n\r\n Counters [20] "); ShowLine(0x20,0x2f);
printf("\r\n\r\n Averages [30] "); ShowLine(0x30,0x3f);