From d264364134c8cd3e89fe1383ea74941705f45f78 Mon Sep 17 00:00:00 2001 From: "max.mustermann" <timo.altan@th-koeln.de> Date: Thu, 24 Feb 2022 17:14:12 +0100 Subject: [PATCH] . --- examples/drive/drive.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/drive/drive.ino b/examples/drive/drive.ino index f9baf79..da2f88c 100644 --- a/examples/drive/drive.ino +++ b/examples/drive/drive.ino @@ -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); -- GitLab