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

4 lines
92 B
C

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