tappete

Results 3 comments of tappete

Thanks for the advice, Now I have migrated the code to an Arduino Nano ESP32 dividing the work across 2 cores. Unfortunately I can't use "attachInterrupt" in my code that...

In fact with the basic code it doesn't crash ``` #include volatile byte state = LOW; const int boardLed = LED_BUILTIN; Encoder myEnc(D3, D5); void setup() { Serial.begin(9600); Serial.println("Basic Encoder...

also for me. From 1 week I have the same issue. Please solve it, Thank you