b15f/firmware/selftest.h

15 lines
251 B
C
Raw Normal View History

2019-03-25 15:15:00 +00:00
#ifndef SELFTEST_H
#define SELFTEST_H
2019-03-26 15:30:49 +00:00
#include <avr/wdt.h>
2019-03-26 07:44:30 +00:00
#include "global_vars.h"
2019-03-25 15:15:00 +00:00
void testAll(void);
void testBEBA0(void);
void testBEBA1(void);
void testDAC0(void);
void testDAC1(void);
2019-03-26 07:44:30 +00:00
void testMirror(void);
2019-03-25 15:15:00 +00:00
#endif // SELFTEST_H