bsp_V8M_GPIO_photo.h 296 B

123456789101112
  1. #ifndef _BSP_V8M_GPIO_PHOTO_H_
  2. #define _BSP_V8M_GPIO_PHOTO_H_
  3. #include <stdint.h>
  4. void V8M_Photo_GpioInit(uint8_t signalType, uint32_t pwmOffValue);
  5. void V8M_Photo_Gpio_Set(uint8_t signalType, uint32_t pwmOnValue);
  6. void V8M_Photo_Gpio_Reset(uint8_t signalType, uint32_t pwmOffValue);
  7. #endif