sipeed / MaixPy-v1

MicroPython for K210 RISC-V, let's play with edge AI easier
https://wiki.sipeed.com/maixpy
Other
1.68k stars 438 forks source link

ADC Functions #347

Open bhclowers opened 3 years ago

bhclowers commented 3 years ago

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.

junhuanchen commented 3 years ago

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