]> mj.ucw.cz Git - home-hw.git/blob - ssr/Inc/app.h
SSR: USB communitation including test client
[home-hw.git] / ssr / Inc / app.h
1 // main.c
2
3 extern volatile byte led_trigger;
4
5 // usbdev.c
6
7 extern byte rx_packet[64];
8 extern byte tx_packet[64];
9 extern volatile byte rx_packet_state, tx_packet_state;
10
11 void tx_packet_send(void);