eka sinambela / Mbed 2 deprecated g3_waterplay

Dependencies:   mbed

Fork of g3_waterplay by Mario Simaremare

Revision:
0:ad9362f18797
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Waterplay.h	Thu Jun 02 17:53:02 2016 +0000
@@ -0,0 +1,16 @@
+#ifndef WATERPLAY_H
+#define WATERPLAY_H
+
+#include "mbed.h"
+
+class Waterplay
+{
+public:
+    Waterplay(mbed::Serial &serial);
+    void calculate(int n);
+
+private:
+    Serial &_serial;
+};
+
+#endif
\ No newline at end of file