Adding Support for a new Board - pschatzmann/arduino-audiokit GitHub Wiki
Before creating the definition of a new board (with a new board number), you should consider to use one of the generic boards as a starting point and just change your custom pins in the configuration. Further details can be found here
To define a new board follow these steps:
- Get a new free board number for the AudioKitSettings.h and update the Readme.md
- Create a new pin configuration file in /src/audio_board. I suggest that you copy an existing file and then just do your changes.
- Add the new logic in src/audio_hal/audiokit_board_select.h