echo befehl funktioniert

This commit is contained in:
Tristan Krause 2019-03-26 11:35:41 +01:00
parent 13e95264fb
commit fae65afe8b
8 changed files with 154 additions and 87 deletions

View file

@ -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