mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 21:29:05 +00:00
examples/foc/Kconfig: update EXAMPLES_FOC_MMODE range
This commit is contained in:
parent
2bbfb1b396
commit
682cac07d9
1 changed files with 3 additions and 1 deletions
|
|
@ -315,11 +315,13 @@ config EXAMPLES_FOC_FMODE
|
|||
config EXAMPLES_FOC_MMODE
|
||||
int "Motor control mode"
|
||||
default 2
|
||||
range 1 3
|
||||
range 1 5
|
||||
---help---
|
||||
1 - torque control
|
||||
2 - velocity control
|
||||
3 - position control
|
||||
4 - align only
|
||||
5 - ident only
|
||||
|
||||
config EXAMPLES_FOC_OPENLOOP_Q
|
||||
int "FOC open-loop Vq/Iq setting [x1000]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue