check how many "slots" are available
| 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. |