mirror of https://github.com/MLXXXp/Arduboy2.git
explain why audio pins are not in bootPins
This commit is contained in:
parent
f41441fe68
commit
fe1ccc65ac
|
@ -13,6 +13,10 @@ const uint8_t PROGMEM pinBootProgram[] = {
|
||||||
PIN_A_BUTTON, INPUT_PULLUP,
|
PIN_A_BUTTON, INPUT_PULLUP,
|
||||||
PIN_B_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
|
// OLED SPI
|
||||||
DC, OUTPUT,
|
DC, OUTPUT,
|
||||||
CS, OUTPUT,
|
CS, OUTPUT,
|
||||||
|
|
Loading…
Reference in New Issue