Tom Bloor
/
LEDSign
Something for HACMan LED Sign
Diff: ledsign.h
- Revision:
- 1:354410846278
- Child:
- 2:ecd97a0901e2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ledsign.h Sat Aug 27 09:53:12 2011 +0000 @@ -0,0 +1,12 @@ +#ifndef LEDSIGN_H +#define LEDSIGN_H + +#include "mbed.h" + +void setup(); +void test1(); +void clearScreen(); +void writeTop(int topAddress); +void writeBot(int botAddress); + +#endif \ No newline at end of file