より分かりやすく
This commit is contained in:
parent
440326dbe4
commit
edd344f1ba
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ void setup(){
|
||||||
motor.attach(5, 6); // pin1は、PWM対応であることが望ましい(5はPWM対応pin)
|
motor.attach(5, 6); // pin1は、PWM対応であることが望ましい(5はPWM対応pin)
|
||||||
}
|
}
|
||||||
void loop(){
|
void loop(){
|
||||||
// motor.mode(GO); //前進
|
// motor.mode(GO); //正転
|
||||||
motor.mode(GO, 100); //0-255(ここでは、100)のスピードで前進
|
motor.mode(GO, 100); //0-255(ここでは、100)のスピードで正転
|
||||||
delay(1000);
|
delay(1000);
|
||||||
motor.mode(STOP); //停止
|
motor.mode(STOP); //停止
|
||||||
delay(1000);
|
delay(1000);
|
||||||
|
|
Loading…
Add table
Reference in a new issue