Il Servo non si muove!..

Ah scusa gpb01, volevo fare un po d'ordine aprendo un nuovo thread.. invece ho fatto il danno :blush:
Dimmi se devo continuare qui o la :slight_smile:

Provata la porta 9! con il seguente codice :

#include <Servo.h> 

Servo myservo;
int pos = 50;

void setup() 
{
  // put your setup code here, to run once:
  myservo.attach(9);
}

void loop() 
{
  myservo.write(pos);
}

Ma niente :\ il servo sta fermo... mmmm