Repo unification
This commit is contained in:
11
firmware/tests/ut_board/ut_halfbridge.h
Normal file
11
firmware/tests/ut_board/ut_halfbridge.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef UT_BOARD_HALFBRIDGE_H_
|
||||
#define UT_BOARD_HALFBRIDGE_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int ut_bsp_hb_write_low_test(void);
|
||||
int ut_bsp_hb_write_pwm_test(void);
|
||||
int ut_bsp_hb_read_meas_test(void);
|
||||
|
||||
#endif /* UT_BOARD_HALFBRIDGE_H_ */
|
||||
Reference in New Issue
Block a user