ADC2 read ?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
prem111
Posts: 127
Joined: Sun Feb 23, 2020 3:18 pm

ADC2 read ?

Post by prem111 » Tue Aug 11, 2020 4:59 pm

Hi, can possible read value from ADC2 pins (for gpio 2)?

im added in machine_adc.c

Code: Select all

{{&machine_adc_type}, GPIO_NUM_2, ADC2_CHANNEL_2},
and compile.

But it is probably not enough?
Thanks.

Post Reply