drv_pwm.h 411 B

12345678910111213141516171819202122232425
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2020-1-13 Leo first version
  9. */
  10. #ifndef __PWM_CONFIG_H__
  11. #define __PWM_CONFIG_H__
  12. #include <rtthread.h>
  13. #include <drivers/rt_drv_pwm.h>
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif /* __PWM_CONFIG_H__ */