MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / begin

Method begin

libraries/AnalogUVSensor/AnalogUVSensor.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24void AnalogUVSensor::begin(uint8_t analogPin, float volts, uint16_t maxADC)
25{
26 _analogPin = analogPin;
27 _volts = volts;
28 _maxADC = maxADC;
29}
30
31
32float AnalogUVSensor::read(uint8_t times)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36