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

Method getError

libraries/BitArray/BitArray.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 uint16_t bits() { return _bits; };
75 uint16_t segments() { return _segments; };
76 uint8_t getError() { return _error; };
77
78 void clear();
79 uint32_t get(const uint16_t index);

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36