b15f/firmware/global_vars.h
Tristan Krause 4d2ea6013c Das Wunder
2019-04-02 16:19:42 +02:00

20 lines
435 B
C

#ifndef GLOBAL_VARS_H
#define GLOBAL_VARS_H
#include "mcp23s17.h"
#include "tlc5615.h"
#include "adu.h"
#include "usart.h"
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;
extern volatile bool nextRequest;
#endif // GLOBAL_VARS_H