Buscar

Código para teste de servos em arduino

Esta é uma pré-visualização de arquivo. Entre para ver o arquivo original

#include <Servo.h>
Servo teste;
void setup() {
 // put your setup code here, to run once:
teste.attach(1);
}
void loop() {
 // put your main code here, to run repeatedly:
teste.write(0);
delay(500);
teste.write(180);
delay(500); 
}

Teste o Premium para desbloquear

Aproveite todos os benefícios por 3 dias sem pagar! 😉
Já tem cadastro?

Continue navegando