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

Method getGamma

libraries/GAMMA/gamma.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80float GAMMA::getGamma()
81{
82 return _gamma;
83};
84
85
86uint8_t GAMMA::operator[] (uint8_t index)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64