mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Implemented Camera Control using Hardware and Software PWM
This commit is contained in:
parent
491ecba4ed
commit
cc358dc405
21 changed files with 399 additions and 22 deletions
|
@ -65,6 +65,7 @@ typedef enum {
|
|||
OWNER_SPI_PREINIT,
|
||||
OWNER_RX_BIND_PLUG,
|
||||
OWNER_ESCSERIAL,
|
||||
OWNER_CAMERA_CONTROL,
|
||||
OWNER_TOTAL_COUNT
|
||||
} resourceOwner_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue