explain why audio pins are not in bootPins

This commit is contained in:
Josh Goebel 2016-02-23 20:57:35 -05:00 committed by Scott Allen
parent f41441fe68
commit fe1ccc65ac
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ const uint8_t PROGMEM pinBootProgram[] = {
PIN_A_BUTTON, INPUT_PULLUP,
PIN_B_BUTTON, INPUT_PULLUP,
// audio is specifically not included here as those pins are handled
// separately by `audio.begin()`, `audio.on()` and `audio.off()` in order
// to respect the EEPROM audio settings
// OLED SPI
DC, OUTPUT,
CS, OUTPUT,