1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Implemented Camera Control using Hardware and Software PWM

This commit is contained in:
DieHertz 2017-05-18 18:35:33 +03:00
parent 491ecba4ed
commit cc358dc405
21 changed files with 399 additions and 22 deletions

View file

@ -65,5 +65,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"SPI_PREINIT",
"RX_BIND_PLUG",
"ESCSERIAL",
"CAMERA_CONTROL",
};