Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setWavelength
Method
setWavelength
libraries/TSL235R/TSL235R .cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
void TSL235R::setWavelength(uint16_t wavelength)
36
{
37
_waveLength = wavelength;
38
calculateFactor();
39
}
40
41
42
void TSL235R::setVoltage(float voltage)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64