Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setVoltage
Method
setVoltage
libraries/TSL235R/TSL235R .cpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
42
void TSL235R::setVoltage(float voltage)
43
{
44
_voltage = voltage;
45
calculateFactor();
46
}
47
48
49
void TSL235R::calculateFactor()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64