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
00040 #include "inc/freeEMS.h"
00041
00042
00049
00050
00052 const volatile fixedConfig1 fixedConfigs1 FIXEDCONF1 = {
00053
00054 {
00055 typicalCylinderSize,
00056 stoichiometricAFROctane,
00057 typicalInjectorSize,
00058 densityOfOctane,
00059
00060 500,
00061 550,
00062 550,
00063 6,
00064 6,
00065 6,
00066 2,
00067 24,
00068 0
00069 },
00070
00071 {
00072 divisorFor115200bps,
00073 1
00074 },
00075
00076 {
00077 tachoTickFactor4at50,
00078 tachoTotalFactor4at50
00079 },
00080
00081 0x07F0,
00082
00083 {"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!!"}
00084 };