#ifndef __TEMP_COMPUTE_H__ #define __TEMP_COMPUTE_H__ #include "FU68xx_5_Type.h" typedef struct { uint16 B; uint32 R_Base; float T25; uint32 R_PU; uint32 R_PD; } ADCRR; extern ADCRR xdata RealTempR; #endif