This commit is contained in:
Tristan Krause 2019-04-01 15:16:47 +02:00
parent 949591a50d
commit b6d0b4c8f5
29 changed files with 0 additions and 0 deletions

18
firmware/global_vars.h Normal file
View file

@ -0,0 +1,18 @@
#ifndef GLOBAL_VARS_H
#define GLOBAL_VARS_H
#include "mcp23s17.h"
#include "tlc5615.h"
#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;
#endif // GLOBAL_VARS_H