MaixPy-v1 icon indicating copy to clipboard operation
MaixPy-v1 copied to clipboard

ADC Functions

Open bhclowers opened this issue 5 years ago • 1 comments

Looking through the examples it is unclear whether it is possible to access the ADCs via micropython. Does the MaxiPy have access to the read_timed function found on some boards (e.g. Pyboard-D) and the uarray library? Examples on that front could be useful.

bhclowers avatar Nov 18 '20 19:11 bhclowers

K210 implements ADC with ESP32 https://github.com/sipeed/MaixPy_scripts/blob/master/network/demo_esp32_read_adc.py

junhuanchen avatar Nov 19 '20 12:11 junhuanchen