Skip to content
Snippets Groups Projects
Commit 83d9d019 authored by mhby1g21's avatar mhby1g21
Browse files

changed pins

parent eb8d9258
Branches
No related tags found
No related merge requests found
...@@ -20,9 +20,9 @@ const int IN1 = 9; // Direction control ...@@ -20,9 +20,9 @@ const int IN1 = 9; // Direction control
const int IN2 = 8; // Direction control const int IN2 = 8; // Direction control
// Motor B - Right side // Motor B - Right side
const int ENB = 5; // PWM speed control const int ENB = 6; // PWM speed control
const int IN3 = 7; // Direction control const int IN3 = 7; // Direction control
const int IN4 = 6; // Direction control const int IN4 = 5; // Direction control
// LED indicators // LED indicators
const int WIFI_LED = 13; // Built-in LED for WiFi status const int WIFI_LED = 13; // Built-in LED for WiFi status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment