FreeEMS  0.2.0-SNAPSHOT-282-g9efc524
Variables
MAFTransferTable.c File Reference

Mass Air Flow Transfer Table. More...

#include "../inc/freeEMS.h"
Include dependency graph for MAFTransferTable.c:

Go to the source code of this file.

Variables

const volatile unsigned short
MAFTransferTable[1024] 
LOOKUPD
 Mass Air Flow Transfer Table.

Detailed Description

Mass Air Flow Transfer Table.

This file exists solely to contain the Mass Air Flow transfer function lookup table.

Definition in file MAFTransferTable.c.

Variable Documentation

const volatile unsigned short MAFTransferTable [1024] LOOKUPD

Mass Air Flow Transfer Table.

Using this table it is possible to accurately and quickly convert a raw ADC reading to a measured mass air flow value.

Definition at line 46 of file MAFTransferTable.c.