Defines | Functions

temp.h File Reference

Header file for module <temp.c> More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define EXTERN   extern

Functions

void temp_Init (void)
 Init function for the temperature module.
void temp_Update (void)
 Function to read the current motor temperature.
void temp_Check (void)
 Function to check the motor temperature for overheating.
UINT16 temp_GetAvg (void)
 Get method for mg_u16Value.
UINT16 temp_GetCelsius (UINT16 adc_val)
 A helper method to convert ADC value to temperature.

Detailed Description

Author:
Philipp Bank
Copyright:
Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)

Definition in file temp.h.