electro-smith / DaisyExamples

Examples for the Daisy Platform
https://github.com/electro-smith/DaisyWiki/wiki
MIT License
372 stars 193 forks source link

SDMMC example needs configure call #221

Closed CorvusPrudens closed 2 years ago

CorvusPrudens commented 2 years ago

The SDMMC example in seed just needs the Configure method called before init. Really simple, just thought I'd put this here so I don't forget to update that. If you run into issues with the QSPI init that seem totally random, double check that your project is definitely configured before initialization.

stephenhensley commented 2 years ago

woah, good catch. I'm guessing this was originally for the Pod or something.

@CorvusPrudens I can merge the fix if you want to open a PR (even though we'll be removing the Configure step in one of the upcoming libDaisy updates).

stephenhensley commented 2 years ago

not anymore!

we can actually remove the configure call from all examples. It is now a deprecated function.