Something for HACMan LED Sign

Dependencies:   mbed

Committer:
TBSliver
Date:
Sat Aug 27 09:53:12 2011 +0000
Revision:
1:354410846278
Child:
2:ecd97a0901e2
hopefully working with tests;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
TBSliver 1:354410846278 1 #ifndef LEDSIGN_H
TBSliver 1:354410846278 2 #define LEDSIGN_H
TBSliver 1:354410846278 3
TBSliver 1:354410846278 4 #include "mbed.h"
TBSliver 1:354410846278 5
TBSliver 1:354410846278 6 void setup();
TBSliver 1:354410846278 7 void test1();
TBSliver 1:354410846278 8 void clearScreen();
TBSliver 1:354410846278 9 void writeTop(int topAddress);
TBSliver 1:354410846278 10 void writeBot(int botAddress);
TBSliver 1:354410846278 11
TBSliver 1:354410846278 12 #endif