X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Inc%2Fapp.h;h=1fb9965a7bc461b2d7e13b6fb01944f9313bb513;hb=9c15daf7606d9a8ae58736963c8130cf7f4333ea;hp=d975287ef502c59fb2fba75fcaba135a79be3695;hpb=25fbe7b4b71566ec1b9ab9f10b827eb7e527f711;p=home-hw.git diff --git a/Inc/app.h b/Inc/app.h index d975287..1fb9965 100644 --- a/Inc/app.h +++ b/Inc/app.h @@ -1,10 +1,15 @@ // main.c -extern byte rx_display[8]; -extern volatile byte rx_display_ready; - // display.c void display_init(void); void display_counter(uint cnt); void display_buffer(byte *buf); + +// usbdev.c + +extern byte rx_packet[64]; +extern byte tx_packet[64]; +extern volatile byte rx_packet_state, tx_packet_state; + +void tx_packet_send(void);