| 123456789101112 |
- #ifndef _BSP_V8M_GPIO_PHOTO_H_
- #define _BSP_V8M_GPIO_PHOTO_H_
- #include <stdint.h>
- void V8M_Photo_GpioInit(uint8_t signalType, uint32_t pwmOffValue);
- void V8M_Photo_Gpio_Set(uint8_t signalType, uint32_t pwmOnValue);
- void V8M_Photo_Gpio_Reset(uint8_t signalType, uint32_t pwmOffValue);
- #endif
|