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

Coolant/Head Temperature Transfer Table. More...

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

Go to the source code of this file.

Variables

const volatile unsigned short
CHTTransferTable[1024] 
LOOKUPD
 Coolant/Head Temperature Transfer Table.

Detailed Description

Coolant/Head Temperature Transfer Table.

This file exists solely to contain the Coolant/Head Temperature thermistor transfer function lookup table.

Definition in file CHTTransferTable.c.

Variable Documentation

const volatile unsigned short CHTTransferTable [1024] LOOKUPD

Coolant/Head 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 CHTTransferTable.c.