rt-thread-official/bsp/n32g452xx/Libraries/rt_drivers/drv_pwm.h

26 lines
411 B
C
Raw Normal View History

/*
2023-02-11 08:14:33 +08:00
* Copyright (c) 2006-2023, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-1-13 Leo first version
*/
#ifndef __PWM_CONFIG_H__
#define __PWM_CONFIG_H__
#include <rtthread.h>
#include <drivers/rt_drv_pwm.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif /* __PWM_CONFIG_H__ */