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.
Fork of ele350 by
Diff: constant_app.cpp
- Revision:
- 30:93b353d3b680
- Parent:
- 29:8ec9451b1a59
- Child:
- 31:6f781b2ebde6
diff -r 8ec9451b1a59 -r 93b353d3b680 constant_app.cpp
--- a/constant_app.cpp Wed Dec 16 06:59:42 2015 +0000
+++ b/constant_app.cpp Wed Dec 16 10:56:25 2015 +0000
@@ -16,7 +16,7 @@
{
this->analogOut->write(1000* this->timer.read());
- if (this->timer.read()>0.001f){
+ if (this->timer.read()>2.0f){
this->timer.reset();}
}
