modifications to run via legfile.txt and then exit, manage logfile versions, diagnostics file

Dependencies:   mbed MODSERIAL FATFileSystem

Committer:
joel_ssc
Date:
Tue Feb 19 20:11:43 2019 +0000
Revision:
84:eccd8e837134
Parent:
21:38c8544db6f4
updated file management of logfiles and diagfile numbers

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tnhnrl 21:38c8544db6f4 1 # pitch outer loop parameters
danstrider 10:085ab7328054 2
danstrider 10:085ab7328054 3 #Gains
danstrider 15:2a8cfd3f1cf5 4 PGain=-0.5
danstrider 10:085ab7328054 5 IGain=0.0
danstrider 15:2a8cfd3f1cf5 6 DGain=-0.25
danstrider 10:085ab7328054 7
tnhnrl 21:38c8544db6f4 8 #Pitch sensor filter parameters
danstrider 10:085ab7328054 9 filterWn=6.0
danstrider 10:085ab7328054 10 deadband=0.5
tnhnrl 13:84fcbe1dcd62 11
tnhnrl 21:38c8544db6f4 12 #Offset for neutral (default: 41)
danstrider 15:2a8cfd3f1cf5 13 zeroOffset=41