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 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