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

Method available

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

check how many free "slots" there are...

Source from the content-addressed store, hash-verified

52 uint8_t size() { return _size; };
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);

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36