64 #ifndef __TEMPERATURE_H__
65 #define __TEMPERATURE_H__
80 #define TEMPERATURE_THERMISTOR_DELAY 600
81 #define TEMPERATURE_TASK_RATE TEMPERATURE_THERMISTOR_DELAY
void Temperature_Init(void)
Initializes the parts of the Temperature Module, that need to be initialized upon power-up of the PIC...
int16 Temperature_Get(int8 board_num, int8 temperature_num)
Gets one temperature from one DC2100A PCB.
unsigned int32 temperature_timestamp
Timestamp taken when last temperature measurement was started.
BOOLEAN Temperature_Wakeup_Init(void)
Initializes the parts of the Temperature Module, that need to be initialized upon wakeup of the LTC68...
int16 * Temperature_Adc_Value_Get(int8 board_num)
Gets the raw ADC values for all of the thermistors on one DC2100A board.
void Temperature_Monitor_Task(void)
Executes the Temperature Monitor task.