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

Method dump

libraries/GAMMA/gamma.cpp:149–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148
149bool GAMMA::dump(Stream *str)
150{
151 if (_table == NULL) return false;
152 for (uint16_t i = 0; i <= _size; i++)
153 {
154 str->println(_table[i]);
155 }
156 return true;
157};
158
159
160bool GAMMA::dumpArray(Stream *str)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36