driver for 8x8
8x8.h@0:12e8e6371165, 2016-06-14 (annotated)
- Committer:
- cstevens
- Date:
- Tue Jun 14 13:33:56 2016 +0000
- Revision:
- 0:12e8e6371165
libvrary to drive an 8x8 led matrix
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
cstevens | 0:12e8e6371165 | 1 | |
cstevens | 0:12e8e6371165 | 2 | #include "mbed.h" |
cstevens | 0:12e8e6371165 | 3 | |
cstevens | 0:12e8e6371165 | 4 | |
cstevens | 0:12e8e6371165 | 5 | int write_8x8(int eye,int mth); // 8x8 led only has 1 function prototype |