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

Method size

libraries/BoolArray/BoolArray.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 uint8_t begin(const uint16_t size);
34
35 uint16_t size() { return _size; };
36 uint8_t memory() { return _bytes; };
37
38 uint8_t setAll(const uint8_t value);

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36