..more files than just main.py

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
ebike
Posts: 55
Joined: Thu Jul 16, 2015 9:36 pm

..more files than just main.py

Post by ebike » Sat Jul 18, 2015 2:40 am

Hi There,

I have a number of python class files that main.py refer to and using eclipse and the pydev plugin, I get all the python checking
that I need for development. (except for the classes it can't see from pyb)

In eclipse I have made a tool that does the "pyboard.py main.py" stanza ... so a mouse click runs main.py ..
But how do I get on with more modules than just main.py? ... can pyboard send all the files? Ideally it should send all the python files
in my project directory ..

Thanks from a microPython newbee ..

Post Reply