WiThumb

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
User avatar
Petri
Posts: 6
Joined: Sun Dec 11, 2016 11:29 am
Location: Helsinki, Finland
Contact:

Re: WiThumb

Post by Petri » Mon Dec 19, 2016 11:08 am

Solution found: basically, on WiThumb, you have to enable the internal pull-up resistors by passing a Pin.PULL_UP to the Pin constructor; see docs in http://docs.micropython.org/en/latest/w ... achine.Pin

Some more details including some good advice by @deshipu here: https://github.com/ThomasCLee/funnyvale/issues/3

Post Reply