From 6fbe8b55b0fb4fa8219055a461accbfa9796ff0d Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Mon, 12 Jun 2023 12:15:01 -0700 Subject: [PATCH] correct values for ls_act --- pt2001/project/rusefi/Registers/io_config_reg.bin | 6 +++--- pt2001/project/rusefi/sample_code/PT2001_LoadData.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pt2001/project/rusefi/Registers/io_config_reg.bin b/pt2001/project/rusefi/Registers/io_config_reg.bin index 774da94..a3fb706 100644 --- a/pt2001/project/rusefi/Registers/io_config_reg.bin +++ b/pt2001/project/rusefi/Registers/io_config_reg.bin @@ -36,9 +36,9 @@ 0000000000000000 0000000000000000 0000000000000000 -0111111101111111 -0111111101111111 -0000000001111111 +0000001100000011 +0000110000001100 +0000000000110000 0000000000000000 0000000000000000 0000000000000000 diff --git a/pt2001/project/rusefi/sample_code/PT2001_LoadData.c b/pt2001/project/rusefi/sample_code/PT2001_LoadData.c index 03184df..3423e7e 100644 --- a/pt2001/project/rusefi/sample_code/PT2001_LoadData.c +++ b/pt2001/project/rusefi/sample_code/PT2001_LoadData.c @@ -120,8 +120,8 @@ unsigned short PT2001_io_config[53] = 0x0000, 0x0000, 0x0000, 0x0000, 0x0063, 0x018C, 0x0800, 0x0410, 0x0041, 0x0098, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0041, 0x0041, 0x0041, 0x0000, 0x0004, 0x1000, - 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7F7F, 0x7F7F, - 0x007F, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0303, 0x0C0C, + 0x0030, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 };