MCPcopy 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
35void TSL235R::setWavelength(uint16_t wavelength)
36{
37 _waveLength = wavelength;
38 calculateFactor();
39}
40
41
42void TSL235R::setVoltage(float voltage)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64