12 lines
248 B
C
12 lines
248 B
C
#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_ */
|