Added FATFS partition parser

This commit is contained in:
Martin Gaňo
2022-04-04 15:33:00 +02:00
committed by Martin Gaňo
parent 0a511e576e
commit 005af75da3
17 changed files with 699 additions and 308 deletions

View File

@@ -29,6 +29,13 @@ class TooLongNameException(Exception):
pass
class NotInitialized(Exception):
"""
Exception is raised when the user tries to access not initialized property
"""
pass
class WLNotInitialized(Exception):
"""
Exception is raised when the user tries to write fatfs not initialized with wear levelling