Skip to content
Snippets Groups Projects
Commit d2643641 authored by Orhan-Timo Altan's avatar Orhan-Timo Altan
Browse files

.

parent bb874760
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ const int Motor_IN1 = 40;
const int Motor_IN2 = 42;
const int Motor_Count = 1;
const String Motor_driver_name = "TB6612FNG";
byte velocity = 150;
byte velocity = 255;
DCMotor Motor(Motor_driver_name, Motor_Count, Motor_STBY, Motor_PWM, Motor_IN1, Motor_IN2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment