From fe1ccc65ac947c96fc70d1bafd44b3c5bf58602f Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Tue, 23 Feb 2016 20:57:35 -0500 Subject: [PATCH] explain why audio pins are not in bootPins --- src/core/core.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/core.cpp b/src/core/core.cpp index d2eb671..6102f07 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -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,