#include <p18cxxx.h>
#include "system\typedefs.h"
#include <spi.h>
#include "io_cfg.h"
#include "user\temperature.h"
Go to the source code of this file.
Functions | |
void | InitTempSensor (void) |
BOOL | AcquireTemperature (void) |
void | UpdateCelsiusASCII (void) |
Variables | |
WORD | temperature |
char | tempString [10] |
|
Definition at line 95 of file temperature.c. |
|
D E C L A R A T I O N S Definition at line 68 of file temperature.c. References _WORD::_word, OUTPUT_PIN, and UpdateCelsiusASCII(). |
|
Definition at line 123 of file temperature.c. References _BYTE::_byte, _WORD::_word, _BYTE::b4, _WORD::HighB, and tempString. Referenced by InitTempSensor(). |
|
V A R I A B L E S Definition at line 46 of file temperature.c. |
|
Definition at line 47 of file temperature.c. Referenced by UpdateCelsiusASCII(). |