FreeEMS  0.2.0-SNAPSHOT-285-g028e24c
Variables
IATTransferTable.c File Reference

Inlet Air Temperature Transfer Table. More...

#include "../inc/freeEMS.h"
#include "../data/thermistors/Denso-2k7Bias.h"
Include dependency graph for IATTransferTable.c:

Go to the source code of this file.

Variables

const volatile unsigned short
IATTransferTable[1024] 
LOOKUPD
 Inlet Air Temperature Transfer Table.

Detailed Description

Inlet Air Temperature Transfer Table.

This file exists solely to contain the Inlet Air Temperature thermistor transfer function lookup table.

Definition in file IATTransferTable.c.

Variable Documentation

const volatile unsigned short IATTransferTable [1024] LOOKUPD

Inlet Air Temperature Transfer Table.

Using this table it is possible to accurately and quickly convert a raw ADC reading to a scaled temperature value in degrees Kelvin.

Author
FreeTherm

Definition at line 48 of file IATTransferTable.c.