Page 1 of 1

..more files than just main.py

Posted: Sat Jul 18, 2015 2:40 am
by ebike
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 ..