1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00
betaflight/drv_pwm.h
2012-02-16 09:39:58 +00:00

5 lines
145 B
C
Executable file

#pragma once
void pwmInit(bool usePPM, bool useServos);
void pwmWrite(uint8_t channel, uint16_t value);
uint16_t pwmRead(uint8_t channel);