00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00041 #include "inc/freeEMS.h"
00042
00043
00050
00051
00053 const volatile fixedConfig1 fixedConfigs1 FIXEDCONF1 = {
00054
00055 {
00056 typicalCylinderSize,
00057 stoichiometricAFROctane,
00058 typicalInjectorSize,
00059 densityOfOctane,
00060
00061 575,
00062 192,
00063 192,
00064 6,
00065 6,
00066 6,
00067 2,
00068 24,
00069 0
00070 },
00071
00072 {
00073 divisorFor115200bps,
00074 1
00075 },
00076
00077 {
00078 tachoTickFactor4at50,
00079 tachoTotalFactor4at50
00080 },
00081
00082 0x07F0,
00083
00084 {"Place your personal notes about whatever you like in here! Don't hesitate to tell us a story about something interesting. Do keep in mind though that when you upload your settings file to the forum this message WILL be visible to all and sundry, so don't be putting too many personal details, bank account numbers, passwords, PIN numbers, license plates, national insurance numbers, IRD numbers, social security numbers, phone numbers, email addresses, love stories and other private information in this field. In fact it is probably best if you keep the information stored here purely related to the vehicle that this system is installed on and relevant to the state of tune and configuration of settings. Lastly, please remember that this field WILL be shrinking in length from it's currently large size to something more reasonable in future. I would like to attempt to keep it at least thirty two characters long though, so writing that much is a non issue, but more won't be possible later!!"}
00085 };