How to run micropython-lib to pyboard v10

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
skylin008
Posts: 88
Joined: Wed Mar 11, 2015 6:21 am

How to run micropython-lib to pyboard v10

Post by skylin008 » Thu Jan 21, 2016 8:50 am

Micropython-lib is very usefully,but how to run micropython-lib to byboard v10.Thanks!

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: How to run micropython-lib to pyboard v10

Post by pythoncoder » Thu Jan 21, 2016 5:06 pm

Copy the relevant files from the library to the Pyboard flash (or SD card if you're using one). So, for example, say you're using pickle you'd copy the file pickle.py from the pickle subdirectory of the library to your device.
Peter Hinch
Index to my micropython libraries.

skylin008
Posts: 88
Joined: Wed Mar 11, 2015 6:21 am

Re: How to run micropython-lib to pyboard v10

Post by skylin008 » Fri Jan 22, 2016 1:13 am

ok.Thanks pythoncoder .

Post Reply