JIAWEI ZHANG / Mbed 2 deprecated ele350ku

Dependencies:   mbed

Dependents:   Exercise8_1-2-3

Fork of ele350 by JIAWEI ZHANG

Revision:
30:93b353d3b680
Parent:
29:8ec9451b1a59
Child:
31:6f781b2ebde6
--- 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();}
 }