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

Method setAll

libraries/DistanceTable/DistanceTable.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45void DistanceTable::setAll(float value)
46{
47 for (uint16_t index = 0; index < _elements; index++)
48 {
49 _distanceTable[index] = value;
50 }
51};
52
53
54bool DistanceTable::set(uint8_t x, uint8_t y, float value )

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36