The London Hackspace Bandwidth meter, now works over ethernet.

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

Committer:
Jasper
Date:
Fri May 30 09:45:45 2014 +0000
Revision:
4:d522cfa6e410
Parent:
0:0e7057b49904
commiting for some reason?

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jasper 0:0e7057b49904 1
Jasper 0:0e7057b49904 2 void vfd_command(int data);
Jasper 0:0e7057b49904 3 void vfd_data(int data);
Jasper 0:0e7057b49904 4 void vfd_blank(void);
Jasper 0:0e7057b49904 5 void vfd_status(void);
Jasper 0:0e7057b49904 6 void vfd_init(void);
Jasper 0:0e7057b49904 7 void vfd_pos(int h, int v);
Jasper 0:0e7057b49904 8 void vfd_reset(void);
Jasper 0:0e7057b49904 9 void vfd_reset_cmd(void);
Jasper 0:0e7057b49904 10
Jasper 0:0e7057b49904 11
Jasper 0:0e7057b49904 12 void send_text(const char *s);
Jasper 0:0e7057b49904 13 void text_centered(const char *s, int hpos);
Jasper 0:0e7057b49904 14 void logo(void);