Commit 3d59fc5c authored by 李冠华's avatar 李冠华

🐞 fix:修改混动车型大灯灯光检测到高电平熄灭的问题

parent 26a7a821
......@@ -3,12 +3,19 @@
#include "Components.h"
#include "Application.h"
#if (PART_NUMBER == RMR42E_60)
const Line_In_Attribute_st g_stLineInAttribute[LINE_IN_MAX] =
{
{LEVEL_LOW, LEVEL_HIGH, LINE_IN_IG_ON, 470U, 20U, Get_LINE_IN_GrassFull, },
{LEVEL_LOW, LEVEL_HIGH, LINE_IN_IG_ON, 470U, 20U, Get_LINE_IN_BigLED, },
};
#else
const Line_In_Attribute_st g_stLineInAttribute[LINE_IN_MAX] =
{
{LEVEL_LOW, LEVEL_HIGH, LINE_IN_IG_ON, 470U, 20U, Get_LINE_IN_GrassFull, },
{LEVEL_HIGH, LEVEL_LOW, LINE_IN_IG_ON, 470U, 20U, Get_LINE_IN_BigLED, },
};
#endif
Linelib_uint8_t Get_LINE_IN_GrassFull(void)
......
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