simple clean

This commit is contained in:
Adolfo Reyna
2026-01-29 15:32:45 -05:00
parent 8d0bca691a
commit 95e3f3f32d
11 changed files with 0 additions and 54055 deletions

View File

@@ -270,14 +270,6 @@ int main()
int touch_fail_count = 0;
int touch_success_count = 0;
printf("Entering main touch loop...\n");
printf("Touch system uses interrupt-driven detection:\n");
printf(" - Hardware interrupt triggers on INT pin state changes\n");
printf(" - Falling edge (HIGH->LOW) = Touch detected\n");
printf(" - Rising edge (LOW->HIGH) = Touch released\n");
printf(" - No CPU polling needed - interrupt wakes us up!\n");
printf(" - Gesture support enabled in trigger mode\n");
while (1) {
// Sleep until interrupt wakes us up (very power efficient!)
// Te(); // Wait For Event - CPU sleeps until interrupt or evenurs