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

Method available

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

check how many "slots" are available

Source from the content-addressed store, hash-verified

45 uint8_t getMaxSize() { return PININGROUP_MAXSIZE; };
46 // check how many "slots" are available
47 uint8_t available() { return PININGROUP_MAXSIZE - _size; };
48
49
50 // read up to 16 pins "simultaneously" in one call.

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36