This commit is contained in:
Tristan Krause 2019-04-01 15:16:47 +02:00
parent 949591a50d
commit b6d0b4c8f5
29 changed files with 0 additions and 0 deletions

14
firmware/selftest.h Normal file
View file

@ -0,0 +1,14 @@
#ifndef SELFTEST_H
#define SELFTEST_H
#include <avr/wdt.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