1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
How can you stop the motor using EN1&2?
Set the enable pin LOW.
digitalWrite(11, LOW);How can you enable the motor?
digitalWrite(11, HIGH);Then IN1 and IN2 determine its direction/state.
What is the difference between digital and PWM speed control?
Digital:
OFF or ON
LOW or HIGH
PWM:
Allows different effective speeds
Uses values from 0–255
m
m