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.
Revision 4:1e48e6e5e996, committed 2017-05-14
- Comitter:
- AzqDev
- Date:
- Sun May 14 19:44:56 2017 +0000
- Parent:
- 3:945b99d8bb87
- Child:
- 5:2f4f4db0e46b
- Commit message:
- Added show All registers
Changed in this revision
| IQS620DisplayTerminal.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/IQS620DisplayTerminal.h Sun May 14 19:32:03 2017 +0000
+++ b/IQS620DisplayTerminal.h Sun May 14 19:44:56 2017 +0000
@@ -29,5 +29,5 @@
void helloMessage(bool); // show startup message
void showStatus(int,int); // show headings and I2C Error Count
void showLine(char * buffer, char * color, int startbyte, int endbyte); // write one line of register data with color highlighting
- void showRegisters(char *,char *); // show IQS62x registers
+ void showRegisters(char *,char *,bool); // show IQS62x registers
};
\ No newline at end of file