From 02d0fbc89a3d6492c5a3ca79dda83554a89ef2cc Mon Sep 17 00:00:00 2001 From: xyqyear Date: Mon, 17 Jul 2023 08:21:42 +0800 Subject: [PATCH] typo --- maimaiTouchControl.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maimaiTouchControl.ino b/maimaiTouchControl.ino index 82f51b3..7e73181 100644 --- a/maimaiTouchControl.ino +++ b/maimaiTouchControl.ino @@ -82,7 +82,7 @@ void MprSetup(Adafruit_MPR121 cap) cap.writeRegister(MPR121_ECR, 0x0); // @AN3891 - // those values controls the baseline tracking to environment changes + // those values control the baseline tracking to environment changes // suffix R and F means rising and falling // falling is the touch direction, rising is the release direction // MHD is the max half delta, the max difference between the baseline and the data