mirror of
1
0
Fork 0
avr_demo/4x4_matrix_part_1/main.h

4 lines
73 B
C
Raw Normal View History

2011-11-03 20:24:12 +01:00
static void init(void);
void draw(uint8_t buffer[4][4]);
int main(void);