Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate MpFileExplorer to library #83

Open
iBobik opened this issue Sep 3, 2019 · 1 comment
Open

Separate MpFileExplorer to library #83

iBobik opened this issue Sep 3, 2019 · 1 comment

Comments

@iBobik
Copy link

iBobik commented Sep 3, 2019

In my project I would like to copy files between ESP8266 chips and MpFileExplorer class could easilly solve it.

Should I copy what I need, port it to MicroPython when needed and include it in my project or you prefer to separate this class and dependencies to external universal library?

@skorokithakis
Copy link
Collaborator

Hmm, that's an interesting question. I would be open to adding an API class to mpfshell so you could do from mpfshell import <apiclass> and use the functionality. The API needs to be a bit thought out, though, since it probably shouldn't be the same as the internal interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants