mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 23:50:16 +00:00
ESP-IDF Robot Controls
This commit is contained in:
@@ -84,7 +84,7 @@ TIMER RESOLUTION MAX VALUE HALF-DUTY
|
||||
#define ADC_UNIT_STR(unit) _ADC_UNIT_STR(unit)
|
||||
static TaskHandle_t s_task_handle;
|
||||
//static adc_channel_t channel[2] = {ADC_CHANNEL_2, ADC_CHANNEL_3};
|
||||
static adc_channel_t channel[2] = {ADC_CHANNEL_1, ADC_CHANNEL_2};
|
||||
static adc_channel_t channel[2] = {ADC_CHANNEL_1, ADC_CHANNEL_3};
|
||||
|
||||
static int adc_raw[2][10];
|
||||
static int voltage[2][10];
|
||||
|
Reference in New Issue
Block a user