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

Method size

libraries/PinInGroup/PinInGroup.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 // counts how often a pin is in the group
43 uint8_t isInGroup(uint8_t pin);
44 uint8_t size() { return _size; };
45 uint8_t getMaxSize() { return PININGROUP_MAXSIZE; };
46 // check how many "slots" are available
47 uint8_t available() { return PININGROUP_MAXSIZE - _size; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36