rename
This commit is contained in:
parent
949591a50d
commit
b6d0b4c8f5
29 changed files with 0 additions and 0 deletions
14
firmware/selftest.h
Normal file
14
firmware/selftest.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue