mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-12 20:08:48 +01:00
21 lines
227 B
INI
21 lines
227 B
INI
|
#
|
||
|
# Test ini-File for minIni with FatFs on STM32
|
||
|
#
|
||
|
|
||
|
[Meta]
|
||
|
Version=0.0.1
|
||
|
Author=Erwin Lindemann
|
||
|
|
||
|
[Motor]
|
||
|
RPM_max=4000
|
||
|
IGN_time1=123
|
||
|
IGN_time2=543
|
||
|
|
||
|
[Regulator1]
|
||
|
Kp=10
|
||
|
Ki=11
|
||
|
Kd=12
|
||
|
Limit_max=200
|
||
|
Limit_min=100
|
||
|
|