mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
few fixes for PCA9685
This commit is contained in:
parent
6d02467388
commit
6f1ced8eef
3 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ static uint8_t driverImplementationIndex = 0;
|
|||
typedef struct {
|
||||
bool (*initFunction)(void);
|
||||
void (*writeFunction)(uint8_t servoIndex, uint16_t off);
|
||||
void (*setFrequencyFunction)(float freq);
|
||||
void (*setFrequencyFunction)(uint16_t freq);
|
||||
void (*syncFunction)(uint8_t cycleIndex);
|
||||
} pwmDriverDriver_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue