Commit 4f36d69e authored by 郑萍's avatar 郑萍

feat:增加水温文件

parent fa0f7a76
...@@ -688,6 +688,11 @@ ...@@ -688,6 +688,11 @@
<FileType>5</FileType> <FileType>5</FileType>
<FilePath>..\..\..\..\Source\Application\Data_VSpeed.h</FilePath> <FilePath>..\..\..\..\Source\Application\Data_VSpeed.h</FilePath>
</File> </File>
<File>
<FileName>Data_Coolant.c</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\Source\Application\Data_Coolant.c</FilePath>
</File>
</Files> </Files>
</Group> </Group>
<Group> <Group>
......
This diff is collapsed.
...@@ -5,15 +5,15 @@ ...@@ -5,15 +5,15 @@
typedef enum{ typedef enum{
FuelSensorNormal = 0, CoolantSensorNormal = 0,
FuelSensorShortCircuit, CoolantSensorShortCircuit,
FuelSensorOpenCircuit, CoolantSensorOpenCircuit,
}FuelSensorSts_t; }CoolantSensorSts_t;
extern void Fuel_KL15_Init(void); extern void Coolant_KL15_Init(void);
extern void Fuel_KL30_Init(void); extern void Coolant_KL30_Init(void);
extern void Fuel_Cal_Sevice(uint8_t deltaTime); extern void Coolant_Cal_Sevice(uint8_t deltaTime);
extern uint8_t Get_CurFuelSetp(void); extern uint8_t Get_CurCoolantSetp(void);
extern FuelSensorSts_t Get_Fuel_Sensor_State(void); extern CoolantSensorSts_t Get_Coolant_Sensor_State(void);
void Fuel_R_Cal(uint8_t deltaTime); void Coolant_R_Cal(uint8_t deltaTime);
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment