Project

General

Profile

Download (282 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#ifndef _PWM_H
2
#define _PWM_H
3

    
4
extern void pwm_freq_set(int channel, uint32_t freq);
5
extern void pwm_start(int channel);
6
extern void pwm_stop(int channel);
7
extern void pwm_duty_set_percent(int channel, uint16_t duty);
8
extern void pwm_init(void);
9
extern void pwm_fini(void);
10

    
11
#endif
(21-21/40)
Add picture from clipboard (Maximum size: 48.8 MB)