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

4 lines
73 B
C

static void init(void);
void draw(uint8_t buffer[4][4]);
int main(void);