Websocket example

Dependencies:   WebSocketClient

Fork of Websocket_Ethernet_HelloWorld by mbed_example

Revision:
8:1b4bf6e5e029
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/seg.h	Sun Dec 03 18:19:22 2017 +0000
@@ -0,0 +1,9 @@
+#ifndef _7SEG_
+#define _7SEG_
+
+#include "mbed.h"
+
+void display_dot(Serial * seg);
+void displayAngle(Serial * seg,  char d[4]);
+
+#endif