Project

General

Profile

Download (282 Bytes) Statistics
| Branch: | Tag: | Revision:
1 ada3d4fa (no author)
#ifndef _PWM_H
2
#define _PWM_H
3
4 373c172a Harald Welte
extern void pwm_freq_set(int channel, uint32_t freq);
5 ada3d4fa (no author)
extern void pwm_start(int channel);
6
extern void pwm_stop(int channel);
7 373c172a Harald Welte
extern void pwm_duty_set_percent(int channel, uint16_t duty);
8 ada3d4fa (no author)
extern void pwm_init(void);
9
extern void pwm_fini(void);
10
11
#endif
Add picture from clipboard (Maximum size: 48.8 MB)