Skip to content

Conversation

raspiduino
Copy link

If for some reason user does not copy the library to standard include path, it will cause an error:

fatal error: sd/SDCard.h: No such file or directory
#include <sd/SDCard.h>
                       ^

So I changed from #include <SDCard.h> to #include "SDCard.h" so it can be easier for new user.
I also changed a lot of #include lines in files.
Also, I added an note in main.c for CS pin.

Hope this be helpful. Thanks for the wonderful project!

@aedalzotto
Copy link
Owner

Your fork is not building due to the added "sd/include/" in some headers

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 this pull request may close these issues.

2 participants