You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon dear friend. Please help me if possible.
How can I turn off the potentiometer peakdelay and write the delay only on the sketch... I mean, I want to turn off the potentiometer and write these numbers inside the sketch only, Thank you very much...
// read potmeters and process
Peakdelay=map(analogRead(PEAKDELAYPOT),0,4095,1,100);
The text was updated successfully, but these errors were encountered:
Good afternoon dear friend. Please help me if possible.
How can I turn off the potentiometer peakdelay and write the delay only on the sketch... I mean, I want to turn off the potentiometer and write these numbers inside the sketch only, Thank you very much...
// read potmeters and process
Peakdelay=map(analogRead(PEAKDELAYPOT),0,4095,1,100);
The text was updated successfully, but these errors were encountered: