Servomotorn: Skillnad mellan sidversioner
Hoppa till navigering
Hoppa till sök
Hakan (diskussion | bidrag) |
Hakan (diskussion | bidrag) |
||
Rad 71: | Rad 71: | ||
delay(1000); // wait for a second | delay(1000); // wait for a second | ||
val | val = analogRead(potpin); // reads the value of the potentiometer (value between 0 and 1023) | ||
val | val = map(val, 0, 1023, 0, 180); // scale it to use it with the servo (value between 0 and 180) | ||
myservo.write(val); // sets the servo position according to the scaled value | myservo.write(val); // sets the servo position according to the scaled value | ||
delay(15); | delay(15); |
Versionen från 13 december 2019 kl. 09.46