You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2024. It is now read-only.
Phil Schatzmann edited this page Mar 30, 2022
·
32 revisions
The working of the SD drive depends on the dip switches. Please check the documentation of your board. Usually the setting OFF, ON, ON, OFF, OFF is recommended.
Please note that an active SD drive might also deactivate some of the buttons because the same GPIOs are used.
You can also switch off the automatic SD initialization:
At compile time: (e.g. in the AudioKitSettings.h) by defining AUDIOKIT_SETUP_SD to 0 if you do not intent to use the SD card.
At runtime: by setting the sd_active to false in the AudioKitConfig that is passed to the begin method.
Example: