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.
Diff: main.cpp
- Revision:
- 1:224bbe370e19
- Parent:
- 0:3e98322ac0e2
- Child:
- 2:263a53d72bb7
--- a/main.cpp Mon Oct 23 08:06:44 2017 +0000
+++ b/main.cpp Mon Oct 23 08:24:15 2017 +0000
@@ -31,7 +31,6 @@
huidigetijdX=t.read();
if (huidigetijdX>5){
led=1; // ga door naar het volgende programma
- return 0;
}
}
}
@@ -150,6 +149,7 @@
pc.printf("Vex=%.2f \r\n Vey=%.2f \r\n",Vex,Vey);
if((abs(Vex)<0.01f)&&(abs(Vey)<0.01f)){
pc.printf("i'm done bitches"); // hier moet komen te staan dat die door moet naar het volgende programma (zakken)
+ zakken;
}
}