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

Implement a file system #22

Open
BrunoOtavio98 opened this issue Jul 6, 2024 · 1 comment · May be fixed by #23
Open

Implement a file system #22

BrunoOtavio98 opened this issue Jul 6, 2024 · 1 comment · May be fixed by #23

Comments

@BrunoOtavio98
Copy link
Owner

  • Study the file system that exits.
  • The classes that needs to perform operation in files do not need to know how the file system was implemented. Make a FileSystemWrapper class.
  • Unit tests for everything
@BrunoOtavio98 BrunoOtavio98 changed the title File System Implement a file system Jul 6, 2024
@BrunoOtavio98 BrunoOtavio98 linked a pull request Jul 8, 2024 that will close this issue
@BrunoOtavio98
Copy link
Owner Author

  • There's a problem when I try to read sdcard information. Dunno if that's related with the sdcard itself (I test with two different sds) if its something with the firmware, needs to investigate it better. I'll keep this issue open

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

Successfully merging a pull request may close this issue.

1 participant