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

Refactoring Library and CLI #1

Open
embedded-creations opened this issue Jul 8, 2021 · 0 comments
Open

Refactoring Library and CLI #1

embedded-creations opened this issue Jul 8, 2021 · 0 comments

Comments

@embedded-creations
Copy link

Hi, I've been looking for a way to update the content on my Teensy AnimatedGIF projects like this one without having to remove the SD card for years now, until I found your library. I just refactored it so the CLI example sketch is now mostly inside the library as a class that contains XYmodem, and most of the configuration (filesystem, serial port), can be done inside the sketch instead of needing to edit the library files. I think this library has a lot of potential to be added (with just a few lines of code!) to any project that wants to add filesystem editing in parallel with whatever they're already doing in their sketch.

https://github.com/embedded-creations/XYmodem

I wanted to check in with you to see if this is a project you're still working on and would want to submit to the Arduino Library Manager and maintain, or if you've moved on to other things and are happy for me to keep going with it (with proper attribution). Either way, thanks for the work you've done on this so far!

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

1 participant