Azoteq / Mbed 2 deprecated IQS622_HelloWorld

Dependencies:   IQS622DisplayTerminal IQS62x mbed

Files at this revision

API Documentation at this revision

Comitter:
AzqDev
Date:
Sat May 13 20:05:33 2017 +0000
Parent:
10:909b9e012523
Child:
12:3dcc5918d30a
Commit message:
showAll parameter in showRegisters

Changed in this revision

IQS622DisplayTerminal.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/IQS622DisplayTerminal.lib	Sat May 13 16:30:00 2017 +0000
+++ b/IQS622DisplayTerminal.lib	Sat May 13 20:05:33 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/Azoteq/code/IQS622DisplayTerminal/#fc73ce1a283a
+https://developer.mbed.org/teams/Azoteq/code/IQS622DisplayTerminal/#a9a7666d8a98
--- 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
 
     }
 }