Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void TSL260R::setWaveLength(uint16_t waveLength)
53
{
54
_waveLength = waveLength;
55
_waveLengthFactor = calculateWaveLengthFactor(_waveLength);
56
}
57
58
59
uint16_t TSL260R::getWaveLength()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36