Hugo Pristauz / Mbed 2 deprecated T02_SOS

Dependencies:   mbed

Revision:
0:9bbb539e0614
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bricks/morse.h	Thu Dec 08 08:07:23 2016 +0000
@@ -0,0 +1,9 @@
+// morse.h - send a morse pattern to LED1
+#ifndef _MORSE_H_
+#define _MORSE_H_
+
+#include <mbed.h>
+
+void morse(double periode, char *pattern);
+
+#endif // _MORSE_H_
\ No newline at end of file