Code: Select all
adc1_config_width(ADC_WIDTH_BIT_12);
error: 'ADC_WIDTH_BIT_12' was not declared in this scope
Code: Select all
new PWMOut(GPIO_NUM_25);
error: 'GPIO_NUM_25' was not declared in this scope
Code: Select all
new Serial(UART_NUM_2, GPIO_NUM_17, GPIO_NUM_16, 115200);
error: 'UART_NUM_2' was not declared in this scope