linux, go!
This commit is contained in:
parent
25f313fbf2
commit
d5ca50f475
16 changed files with 414 additions and 273 deletions
|
@ -9,3 +9,9 @@ volatile TLC5615 dac1(*((SPI*) &spi), SPIADR::AA1);
|
|||
volatile ADU adu;
|
||||
volatile USART usart;
|
||||
|
||||
|
||||
volatile uint8_t receive_buffer[32];
|
||||
volatile uint8_t receive_pos;
|
||||
volatile uint8_t send_buffer[32];
|
||||
volatile uint8_t send_pos;
|
||||
volatile uint8_t send_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue