simple clean
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user