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

Method clear

libraries/DistanceTable/DistanceTable.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 ~DistanceTable();
22
23 void clear() { setAll(0); };
24 void setAll(float value);
25 bool set(uint8_t x, uint8_t y, float value );
26 float get(uint8_t x, uint8_t y);

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36