25 return generateIncrementalArray<pin_t, N>(
getStart());
28 static constexpr uint16_t
length() {
return N; }
#define BEGIN_AH_NAMESPACE
An abstract base class for Extended Input/Output elements.
pin_t getStart() const
Get the smallest global extended IO pin number that belongs to this extended IO element.
A class for ExtendedIOElements with a fixed size.
Array< pin_t, N > pins() const
Get an array containing all pins of the element.
static constexpr uint16_t length()
StaticSizeExtendedIOElement()