mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-04 12:24:11 +01:00
d2c0dea556
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@91 ebee16cc-31ac-478f-84a7-5cbb03baadba
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
|
|
|