10 lines
No EOL
136 B
C
10 lines
No EOL
136 B
C
#ifndef _PRST_PWM_H_
|
|
#define _PRST_PWM_H_
|
|
|
|
void prst_pwm_init();
|
|
|
|
void prst_pwm_start();
|
|
|
|
void prst_pwm_stop();
|
|
|
|
#endif // _PRST_PWM_H_
|