pio entfernt & spiegel test routine

This commit is contained in:
Tristan Krause 2019-03-26 08:44:30 +01:00
parent b7b3fa6327
commit 13e95264fb
20 changed files with 129 additions and 1056 deletions

View file

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