speichern
This commit is contained in:
parent
86da74bed0
commit
8e785e4b70
15 changed files with 443 additions and 282 deletions
|
@ -6,13 +6,13 @@
|
|||
#include "adu.h"
|
||||
#include "usart.h"
|
||||
|
||||
extern SPI spi;
|
||||
extern MCP23S17 beba0;
|
||||
extern MCP23S17 beba1;
|
||||
extern MCP23S17 sw;
|
||||
extern TLC5615 dac0;
|
||||
extern TLC5615 dac1;
|
||||
extern ADU adu;
|
||||
extern USART usart;
|
||||
extern volatile SPI spi;
|
||||
extern volatile MCP23S17 beba0;
|
||||
extern volatile MCP23S17 beba1;
|
||||
extern volatile MCP23S17 sw;
|
||||
extern volatile TLC5615 dac0;
|
||||
extern volatile TLC5615 dac1;
|
||||
extern volatile ADU adu;
|
||||
extern volatile USART usart;
|
||||
|
||||
#endif // GLOBAL_VARS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue