You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
227 B
12 lines
227 B
#ifndef _PWM_MODULE_H_
|
|
#define _PWM_MODULE_H_
|
|
|
|
#include "lib_config.h"
|
|
#include "light.h"
|
|
#include "port.h"
|
|
#include "system_ES8P5066.h"
|
|
|
|
void set_pwm_modbul_freq_duty(uint32_t frequencyhz, uint32_t duty);
|
|
#endif
|
|
|
|
|