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

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. | |
Definition in file temp.h.
1.7.2