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: IQS622DisplayTerminal IQS62x mbed
Diff: main.cpp
- Revision:
- 11:9360c3408909
- Parent:
- 10:909b9e012523
- Child:
- 12:3dcc5918d30a
diff -r 909b9e012523 -r 9360c3408909 main.cpp
--- a/main.cpp Sat May 13 16:30:00 2017 +0000
+++ b/main.cpp Sat May 13 20:05:33 2017 +0000
@@ -54,7 +54,7 @@
highlightTable = iqs62x.writeChanges; // special table to highlight all registers that were written/configured but now contain a different value
highlightTable = iqs62x.writeFlag; // special table to highlight all registers that were initialized - can be used to verify configure()
- terminal.showRegisters(iqs62x.registers, highlightTable); // display the registers and highlight the ones marked in the table
+ terminal.showRegisters(iqs62x.registers, highlightTable, true); // display the registers and highlight the ones marked in the table
}
}
IQS622
IQS622-EVAL-1