Carglglz / upydev

Command line tool for MicroPython devices
https://pypi.org/project/upydev/
MIT License
57 stars 9 forks source link

adc_config #1

Closed rprr closed 5 years ago

rprr commented 5 years ago

In the adc_config, Pin needs to be imported as well for my ESP32 board with Micropython.

Carglglz commented 5 years ago

Yes you are right, I forgot to do "from machine import Pin" in the adc_config command. Already fixed Thanks.