Jasper Wallace / Mbed 2 deprecated bandwidth-meter-net

Dependencies:   EthernetInterface LPD8806 Tiny-HTTPD mbed-rtos mbed BonjourLib

Revision:
0:0e7057b49904
diff -r 000000000000 -r 0e7057b49904 vfd.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vfd.h	Fri May 30 03:56:10 2014 +0000
@@ -0,0 +1,14 @@
+
+void vfd_command(int data);
+void vfd_data(int data);
+void vfd_blank(void);
+void vfd_status(void);
+void vfd_init(void);
+void vfd_pos(int h, int v);
+void vfd_reset(void);
+void vfd_reset_cmd(void);
+
+
+void send_text(const char *s);
+void text_centered(const char *s, int hpos);
+void logo(void);