echo befehl funktioniert
This commit is contained in:
parent
13e95264fb
commit
fae65afe8b
8 changed files with 154 additions and 87 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "mcp23s17.h"
|
||||
#include "tlc5615.h"
|
||||
#include "adu.h"
|
||||
#include "usart.h"
|
||||
|
||||
extern SPI spi;
|
||||
extern MCP23S17 beba0;
|
||||
|
@ -12,5 +13,6 @@ extern MCP23S17 sw;
|
|||
extern TLC5615 dac0;
|
||||
extern TLC5615 dac1;
|
||||
extern ADU adu;
|
||||
extern USART usart;
|
||||
|
||||
#endif // GLOBAL_VARS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue