pwm0_10.h 285 B

12345678910111213141516
  1. //
  2. // Created by lxd on 2025/9/15.
  3. //
  4. #ifndef WIRE_CONTROLLER_PWM0_10_H
  5. #define WIRE_CONTROLLER_PWM0_10_H
  6. #include <stdint.h>
  7. #include <stdbool.h>
  8. void pwm0_10_init();
  9. void pwm0_10_start();
  10. void pwm0_10_stop();
  11. void pwm0_10_set_val(uint16_t val);
  12. #endif //WIRE_CONTROLLER_PWM0_10_H