ESP-IDF Robot Controls

This commit is contained in:
2024-12-29 00:39:19 -05:00
parent 0529360b40
commit bf1c87ffee
3 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ static const char *TAG = "ESP IDF Robot";
#define LEDC_TIMER LEDC_TIMER_0
#define LEDC_MODE LEDC_LOW_SPEED_MODE // LEDC_LOW_SPEED_MODE
#define LEDC_OUTPUT_IO (5) // Define the output GPIO
#define MTR_FRONT_LEFT_IO ()
#define MTR_FRONT_LEFT_IO (6)
#define MTR_FRONT_RIGHT_IO (5)
#define LEDC_CHANNEL LEDC_CHANNEL_0 // Right side motors
#define MTR_FRONT_LEFT LEDC_CHANNEL_1