- //
- // Created by lxd on 2025/9/15.
- //
- #ifndef WIRE_CONTROLLER_PWM0_10_H
- #define WIRE_CONTROLLER_PWM0_10_H
- #include <stdint.h>
- #include <stdbool.h>
- void pwm0_10_init();
- void pwm0_10_start();
- void pwm0_10_stop();
- void pwm0_10_set_val(uint16_t val);
- #endif //WIRE_CONTROLLER_PWM0_10_H
|