Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ memory
Method
memory
libraries/BitArray/BitArray.h:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
uint16_t capacity() { return _bytes * 8 / _bits; };
73
uint16_t memory() { return _bytes; };
74
uint16_t bits() { return _bits; };
75
uint16_t segments() { return _segments; };
76
uint8_t getError() { return _error; };
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36