The London Hackspace bandwidth meter

Dependencies:   LPD8806 MODSERIAL mbed picojson

See:

vfd.h

Committer:
Jasper
Date:
2012-10-21
Revision:
8:add24f73747b
Parent:
4:7087ea3d13c1

File content as of revision 8:add24f73747b:


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);