This commit is contained in:
Nebel 2012-08-30 08:49:07 +09:00
parent ac344bb427
commit 2ce392f6f2

View file

@ -83,7 +83,7 @@ void loop(){
catcherDeg = 15;
}
base.attach(baseDeg);
base.write(baseDeg);
catcher.write(catcherDeg);
delay(10);
}