JIAWEI ZHANG / Mbed 2 deprecated ele350ku

Dependencies:   mbed

Dependents:   Exercise8_1-2-3

Fork of ele350 by JIAWEI ZHANG

Revision:
21:2c830747ec82
Child:
24:f78b7e24981c
diff -r 7fa108f73c86 -r 2c830747ec82 sawtooth_app.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sawtooth_app.h	Thu Dec 03 14:52:09 2015 +0000
@@ -0,0 +1,18 @@
+#ifndef _SAWTOOTH_APP_H_
+#define _SAWTOOTH_APP_H_
+#include "app.h"
+#include "mbed.h"
+
+class SawtoothApp : public App
+{
+    protected:
+       AnalogOut* analogOut;
+       Timer timer;
+    public:
+       SawtoothApp(Serial* serialPort);
+       void start();
+       void run();
+       void stop();
+};
+
+#endif
\ No newline at end of file