pio entfernt & spiegel test routine
This commit is contained in:
parent
b7b3fa6327
commit
13e95264fb
20 changed files with 129 additions and 1056 deletions
16
global_vars.h
Normal file
16
global_vars.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef GLOBAL_VARS_H
|
||||
#define GLOBAL_VARS_H
|
||||
|
||||
#include "mcp23s17.h"
|
||||
#include "tlc5615.h"
|
||||
#include "adu.h"
|
||||
|
||||
extern SPI spi;
|
||||
extern MCP23S17 beba0;
|
||||
extern MCP23S17 beba1;
|
||||
extern MCP23S17 sw;
|
||||
extern TLC5615 dac0;
|
||||
extern TLC5615 dac1;
|
||||
extern ADU adu;
|
||||
|
||||
#endif // GLOBAL_VARS_H
|
Loading…
Add table
Add a link
Reference in a new issue