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
Revision 10:909b9e012523, committed 2017-05-13
- Comitter:
- AzqDev
- Date:
- Sat May 13 16:30:00 2017 +0000
- Parent:
- 9:81b52cfc7814
- Child:
- 11:9360c3408909
- Commit message:
- removed delay
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat May 13 16:20:54 2017 +0000
+++ b/main.cpp Sat May 13 16:30:00 2017 +0000
@@ -40,7 +40,6 @@
int main() {
terminal.helloMessage(false); // say hello but don't wait for a keypress
- wait(3);
iqs62x.configure(); // configure the IC
while(1) { // main loop to continuously dump all registers
iqs62x.readIqsRegisters(0,NUMBER_OF_REGISTERS); // read all the registers
IQS622
IQS622-EVAL-1