Update config.h

修改MPR_PADNUMS,使传感器的12个针脚全部可用
pull/2/head
windofxy 2023-11-04 00:31:36 +08:00 committed by GitHub
parent 0dd1ebe752
commit 6afeaf0cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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] = {