diff --git a/.gitignore b/.gitignore index a302f2403..80f12ea7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ ## List of files not to sync ESP32_Temperture-Node/src/secrets.h +*.tar.xz diff --git a/ESP-IDF_Robot/README.md b/ESP-IDF_Robot/README.md index 3a2c71a73..f81009790 100644 --- a/ESP-IDF_Robot/README.md +++ b/ESP-IDF_Robot/README.md @@ -11,8 +11,10 @@ __The table below lists GPIOs/Pins programmed to delivery specific operating fun | 0 | 16 | Joystick x-axis | ADC1_CH0 | | 1 | 15 | Joysticj y-axis | ADC1_CH1 | | 8 | 5 | Joystick push button | | -| 6 | 4 | GPIO controlling PWM for the front left motor | LEDC_CHANNEL_1 | -| 5 | 3 | GPIO controlling PWM for the front right motor | LEDC_CHANNEL_0 | +| 6 | 4 | GPIO controlling clockwise rotation PWM of left motors | LEDC_CHANNEL_1 | +| 5 | 3 | GPIO controlling clockwise rotation PWM of right motors | LEDC_CHANNEL_0 | +| 4 | 2 | GPIO controlling __counter__ clockwise rotation PWM of left motors | LEDC_CHANNEL_2 | +| 7 | 6 | GPIO controlling __counter__ clockwise rotation PWM of right motors | LEDC_CHANNEL_3 | ## Variables