10 lines
134 B
C
10 lines
134 B
C
|
#ifndef __BSP_IMU_PWM_H
|
||
|
#define __BSP_IMU_PWM_H
|
||
|
|
||
|
#include "stdint.h"
|
||
|
#include "tim.h"
|
||
|
|
||
|
extern void imu_pwm_set(uint16_t pwm);
|
||
|
|
||
|
#endif
|