Keyer Automatique à base d'Arduino

Dans les grandes lignes

Code

Réglage vitesse CW par potar

Utiliser la fonction map() :

int valeurPotar = analogRead(PIN_POTENTIOMETRE);
byte vitesseCW = map(0,1024,0,200);