13 lines
251 B
C
13 lines
251 B
C
#ifndef UT_HW_BUTTONS_H_
|
|
#define UT_HW_BUTTONS_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_btn_reset_test(void);
|
|
int ut_btn_process_test(void);
|
|
int ut_btn_ch_process_test(void);
|
|
int ut_btn_ch_set_pull_test(void);
|
|
|
|
#endif /* UT_HW_BUTTONS_H_ */
|