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

Merge pull request #1282 from blckmn/digital_motors

DSHOT600 & 150 -> digital one shot motor (ESC) protocol
This commit is contained in:
borisbstyle 2016-10-19 00:24:39 +02:00 committed by GitHub
commit f698f99198
34 changed files with 731 additions and 153 deletions

View file

@ -516,7 +516,10 @@ static const char * const lookupTableSuperExpoYaw[] = {
};
static const char * const lookupTablePwmProtocol[] = {
"OFF", "ONESHOT125", "ONESHOT42", "MULTISHOT", "BRUSHED"
"OFF", "ONESHOT125", "ONESHOT42", "MULTISHOT", "BRUSHED",
#ifdef USE_DSHOT
"DSHOT600", "DSHOT150"
#endif
};
static const char * const lookupTableRcInterpolation[] = {