mirror of
1
0
Fork 0
avr_demo/tpic6b595_shiftout/main.h

4 lines
70 B
C

static void init(void);
void shift_out(uint8_t data);
int main(void);