Websocket example

Dependencies:   WebSocketClient

Fork of Websocket_Ethernet_HelloWorld by mbed_example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers seg.h Source File

seg.h

00001 #ifndef _7SEG_
00002 #define _7SEG_
00003 
00004 #include "mbed.h"
00005 
00006 void display_dot(Serial * seg);
00007 void displayAngle(Serial * seg,  char d[4]);
00008 
00009 #endif