Open marthinwurer opened 4 years ago
After some further perusing, it looks like the camelCasing was the issue. If there's no need for the libraries to be case-insensitive as the comment here states, then I really think that the camel-casing should be removed.
I've tried to use the Arduino built-in SD card library. In my code, I have:
Which raises an error:
I think it's somehow CamelCasing it, which is causing it to not find the actual path,
libraries/SD/
. TheSPI
library works fine, though, so it's a bit confusing.