1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Implemented SPI SPEKTRUM protocol

This commit is contained in:
phobos- 2018-09-22 16:16:22 +02:00
parent 497ede203f
commit 6651baa7d8
13 changed files with 1492 additions and 3 deletions

View file

@ -77,4 +77,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"RC_SMOOTHING_RATE",
"ANTI_GRAVITY",
"DYN_LPF",
"RX_SPEKTRUM_SPI",
};