dac funktioniert

This commit is contained in:
Tristan Krause 2019-03-25 15:02:24 +01:00
parent d3afcc2f37
commit 472d0135df
8 changed files with 124 additions and 65 deletions

3
spi.h
View file

@ -15,8 +15,11 @@
#define DMUX3 D4
enum SPIADR {
AA0 = 0,
AA1 = 1,
BEBA0 = 2,
BEBA1 = 3,
SWITCH = 5,
NONE = 7,
};