JIAWEI ZHANG / Mbed 2 deprecated ele350ku

Dependencies:   mbed

Dependents:   Exercise8_1-2-3

Fork of ele350 by JIAWEI ZHANG

Revision:
41:db959505e044
Parent:
40:ca1789c40924
Child:
42:6eb557ade29c
diff -r ca1789c40924 -r db959505e044 square_app.cpp
--- a/square_app.cpp	Thu Dec 17 14:21:26 2015 +0000
+++ b/square_app.cpp	Thu Dec 17 14:38:22 2015 +0000
@@ -3,7 +3,7 @@
 SquareApp::SquareApp(Serial* serial) : App("Square wave", serial) {
     this->analogOut = new AnalogOut (PA_4);
     this->amplitude = 3.0f;
-    this->frequence = 20.0f;
+    this->frequence = 50.0f;
 }
 
 void SquareApp::start()