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

Method clear

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

Source from the content-addressed store, hash-verified

37
38 uint8_t setAll(const uint8_t value);
39 uint8_t clear() { return setAll(0); };
40 uint8_t get(const uint16_t index);
41 uint8_t set(const uint16_t index, const uint8_t value);
42 uint8_t toggle(const uint16_t index);

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36