Tom Bloor
/
LEDSign
Something for HACMan LED Sign
ledsign.h
- Committer:
- TBSliver
- Date:
- 2015-06-11
- Revision:
- 3:3fa042397a95
- Parent:
- 2:ecd97a0901e2
File content as of revision 3:3fa042397a95:
#ifndef LEDSIGN_H #define LEDSIGN_H #include "mbed.h" void setup(); void writeColour(); void writeArray(int * pointer); void writeTop(int topAddress); void writeBot(int botAddress); #endif