selbsttest funktion hinzugefuegt

This commit is contained in:
Tristan Krause 2019-03-25 16:15:00 +01:00
parent f55fd367ee
commit b7b3fa6327
10 changed files with 193 additions and 77 deletions

12
selftest.h Normal file
View file

@ -0,0 +1,12 @@
#ifndef SELFTEST_H
#define SELFTEST_H
#include "vars.h"
void testAll(void);
void testBEBA0(void);
void testBEBA1(void);
void testDAC0(void);
void testDAC1(void);
#endif // SELFTEST_H