mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Split mixer and servo code
This commit is contained in:
parent
726a8d29e2
commit
31828873fa
12 changed files with 654 additions and 598 deletions
|
@ -17,8 +17,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "drivers/io.h"
|
||||
#include "flight/mixer.h"
|
||||
#include "drivers/io_types.h"
|
||||
#include "flight/servos.h"
|
||||
|
||||
typedef struct servoConfig_s {
|
||||
// PWM values, in milliseconds, common range is 1000-2000 (1 to 2ms)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue