Repo unification

This commit is contained in:
2024-03-12 21:22:26 +02:00
parent 7aa7edba33
commit 02cb3a9c70
152 changed files with 14575 additions and 2038 deletions

View File

@@ -0,0 +1,12 @@
#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_ */