25 #ifndef ACE_BUTTON_ENCODED_BUTTON_CONFIG_H
26 #define ACE_BUTTON_ENCODED_BUTTON_CONFIG_H
28 #include "ButtonConfig.h"
30 namespace ace_button {
93 uint8_t numButtons,
AceButton*
const buttons[],
94 uint8_t defaultReleasedState = HIGH);
134 uint8_t
const mNumPins;
135 uint8_t
const mNumButtons;
136 uint8_t
const mPressedState;
137 const uint8_t*
const mPins;