MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getMaxSize

Method getMaxSize

libraries/PinOutGroup/PinOutGroup.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 // check how many free "slots" there are...
54 uint8_t available() { return PINOUTGROUP_MAXSIZE - _size; };
55 uint8_t getMaxSize() { return PINOUTGROUP_MAXSIZE; };
56
57 uint8_t getPin(uint8_t index);
58 uint8_t getIndex(uint8_t pin);

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36