![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Something for HACMan LED Sign
ledsign.h@1:354410846278, 2011-08-27 (annotated)
- 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?
User | Revision | Line number | New 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 |