ESP-IDF Robot Controls

This commit is contained in:
2024-12-29 01:43:32 -05:00
parent 8dc97fa0f3
commit a73f3a3083

View File

@@ -71,8 +71,6 @@ static const char *TAG = "ESP IDF Robot";
#define LEDC_OUTPUT_IO (5) // Define the output GPIO #define LEDC_OUTPUT_IO (5) // Define the output GPIO
#define LEDC_CHANNEL LEDC_CHANNEL_0 // Right side motors #define LEDC_CHANNEL LEDC_CHANNEL_0 // Right side motors
#define MTR_REAR_LEFT 0
#define MTR_REAR_RIGHT 0
#define MTR_CHANNEL_L LEDC_CHANNEL_1 // Left side motors #define MTR_CHANNEL_L LEDC_CHANNEL_1 // Left side motors
#define LEDC_DUTY_RES LEDC_TIMER_13_BIT // #define LEDC_DUTY_RES LEDC_TIMER_13_BIT //
/* /*