Search found 1 match

by mostlymat
Thu Oct 27, 2022 3:20 am
Forum: ESP32 Arduino
Topic: Simple button counter issue
Replies: 2
Views: 2531

Simple button counter issue

I am working on a simple button push counter program and I seem to be missing something. My goal is to make the counter go up with every button press and store the variable. The program compiles and prints "0" to the serial monitor but does not respond to the button being pushed. I'm using the ESP32...