Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface LPD8806 Tiny-HTTPD mbed-rtos mbed BonjourLib
Diff: vfd.h
- 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);