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

changed pins

parent eb8d9258
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,9 @@ const int IN1 = 9; // Direction control
const int IN2 = 8; // Direction control
// 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 IN4 = 6; // Direction control
const int IN4 = 5; // Direction control
// LED indicators
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.
Finish editing this message first!
Please register or to comment