FXVT
Results
1
issues of
FXVT
Bonjour everybody, I try to call the ToucheEcran subroutine with this interrupt, but it does'nt works. `const byte interruptPin = 38; pinMode(interruptPin, INPUT_PULLUP); attachInterrupt (digitalPinToInterrupt(interruptPin), ToucheEcran, CHANGE); ` I have...