Search found 2 matches

by EgorLED
Tue Oct 08, 2019 2:56 pm
Forum: ESP32 Arduino
Topic: ED Stripes with Button Interrupts strange behaviour
Replies: 4
Views: 4312

Re: ED Stripes with Button Interrupts strange behaviour

boarchuz wrote:
Tue Oct 08, 2019 2:39 pm
Try volatile
What do you mean exactely, could you please eloberate what I should mark as volatile?
by EgorLED
Tue Oct 08, 2019 9:24 am
Forum: ESP32 Arduino
Topic: ED Stripes with Button Interrupts strange behaviour
Replies: 4
Views: 4312

ED Stripes with Button Interrupts strange behaviour

Hey guys, i have this code : https://pastebin.com/DKXYJyYP The basic logic is: Press button A to start animation A on LED stripes A, B and C. For some reason the button presses are not recognized on each boot. Therefore I have to reboot several times until the button presses are registered, and the ...