Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getMaxSize
Method
getMaxSize
libraries/PinInGroup/PinInGroup.h:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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; };
48
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36