summaryrefslogtreecommitdiffstats
path: root/firmware/pwm.h
blob: af5f1537f12d295de2db389259ec9a4b6e1ae9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PWM_H_
#define PWM_H_

#include "util.h"


uint8_t pwm_get_irq_count(void);
void pwm_sp_set(uint16_t setpoint);
uint16_t pwm_sp_get(void);
void pwm_init(bool enable);

#endif /* PWM_H_ */
bues.ch cgit interface