MCPcopy 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
42void TSL235R::setVoltage(float voltage)
43{
44 _voltage = voltage;
45 calculateFactor();
46}
47
48
49void TSL235R::calculateFactor()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64