drv_pwm.h 311 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2018-12-04 Sundm75 the first version
  9. */
  10. #ifndef LS1C_DRV_PWM_H
  11. #define LS1C_DRV_PWM_H
  12. int ls1c_pwm_init(void);
  13. #endif /*DRV_CAN_H_*/