From 6afeaf0cfc31dbc8108ce25077ff310734a5ca66 Mon Sep 17 00:00:00 2001 From: windofxy <52917206+windofxy@users.noreply.github.com> Date: Sat, 4 Nov 2023 00:31:36 +0800 Subject: [PATCH] Update config.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改MPR_PADNUMS,使传感器的12个针脚全部可用 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 7523704..118cc98 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ public: int8_t thresOffset; }; -const uint8_t MPR_PADNUMS[] = {8, 9, 9, 8}; +const uint8_t MPR_PADNUMS[] = {12, 12, 12, 12}; const uint8_t THREASHOLD = 35; touchblock touchmap[34] = {