ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 22:44:45 -05:00
parent 90c87b9d47
commit 7601bf77c1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -15,7 +15,7 @@
//static const char *TAG = "ESP IDF Robot";
//Motors *motors;
Motors *m;
static int adc_raw[2][10];