7 lines
92 B
C
7 lines
92 B
C
#ifndef BSP_IMU_PWM_H
|
|
#define BSP_IMU_PWM_H
|
|
|
|
extern void imu_pwm_set(uint16_t pwm);
|
|
|
|
#endif
|