9 lines
107 B
C
9 lines
107 B
C
#ifndef TEST_LOGIC_H
|
|
#define TEST_LOGIC_H
|
|
|
|
#include "user_main.h"
|
|
|
|
void hsadc();
|
|
void key_events();
|
|
|
|
#endif |