ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 21:52:35 -05:00
parent 58e349edc0
commit 87a5d75b37

View File

@@ -114,7 +114,7 @@ static adc_channel_t channel[2] = {ADC_CHANNEL_0, ADC_CHANNEL_1};
#endif #endif
// Declare struct to hold motors RPMs // Declare struct to hold motors RPMs
motors_rpm motors; struct motors_rpm motors;
static QueueHandle_t gpio_evt_queue = NULL; static QueueHandle_t gpio_evt_queue = NULL;
static uint8_t s_led_state = 0; static uint8_t s_led_state = 0;