NinjaFlight
|
Go to the source code of this file.
Functions | |
void | pwmWriteMotor (uint8_t index, uint16_t value) |
void | pwmShutdownPulsesForAllMotors (uint8_t motorCount) |
void | pwmCompleteOneshotMotorUpdate (uint8_t motorCount) |
void | pwmStopMotors (bool oneshot) |
void | pwmWriteAllMotors (uint8_t motorCount, uint16_t mc, bool oneshot) |
void | pwmWriteServo (uint8_t index, uint16_t value) |
bool | isMotorBrushed (uint16_t motorPwmRate) |
void | pwmDisableMotors (void) |
void | pwmEnableMotors (void) |
bool isMotorBrushed | ( | uint16_t | motorPwmRate | ) |
void pwmCompleteOneshotMotorUpdate | ( | uint8_t | motorCount | ) |
void pwmDisableMotors | ( | void | ) |
void pwmEnableMotors | ( | void | ) |
void pwmShutdownPulsesForAllMotors | ( | uint8_t | motorCount | ) |
void pwmStopMotors | ( | bool | oneshot | ) |
void pwmWriteAllMotors | ( | uint8_t | motorCount, |
uint16_t | mc, | ||
bool | oneshot | ||
) |
void pwmWriteMotor | ( | uint8_t | index, |
uint16_t | value | ||
) |
void pwmWriteServo | ( | uint8_t | index, |
uint16_t | value | ||
) |