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

Method setWaveLength

libraries/TSL260R/TSL260R.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52void TSL260R::setWaveLength(uint16_t waveLength)
53{
54 _waveLength = waveLength;
55 _waveLengthFactor = calculateWaveLengthFactor(_waveLength);
56}
57
58
59uint16_t TSL260R::getWaveLength()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36