Renamed the project so it's name is consistent with the repo name and the directory the repo will be created in when the project is cloned.
Made some notes in fat32.c about how to run the unit test and added a file containing notes on the state of FAT32 development.
getSDCardStatus returns BB_STATUS_ERROR_BUSY while its initializing and BB_STATUS_IDLE when its ready. isFat32Ready only throws an error if, during its init state getSDCardStatus returns something other than BB_STATUS_IDLE or BB_STATUS_ERROR_BUSY.
Interim check in of FAT32 write implementation. Check in to follow will have a write up of the state of FAT32 development.
Interim commit of fat32 write with path validation implemented.
Changed the name of isSDCardReady to getSDCardStatus since FAT wants more information then whether SD is ready or not.
Streamlined the function that gets a response data from the SD card. Added error specific information to error recording to help with debugging.
Implemented initialization of the FAT32 file system. Debugged SD block write so read and write are now working.