Tom Bloor
/
LEDSign
Something for HACMan LED Sign
Diff: ledsign.h
- Revision:
- 2:ecd97a0901e2
- Parent:
- 1:354410846278
- Child:
- 3:3fa042397a95
--- a/ledsign.h Sat Aug 27 09:53:12 2011 +0000 +++ b/ledsign.h Sat Sep 03 01:47:39 2011 +0000 @@ -1,12 +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); - +#ifndef LEDSIGN_H +#define LEDSIGN_H + +#include "mbed.h" + +void setup(); +void writeColour(); +void writeArray(); +void writeTop(int topAddress); +void writeBot(int botAddress); + #endif \ No newline at end of file