Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void AnalogUVSensor::begin(uint8_t analogPin, float volts, uint16_t maxADC)
25
{
26
_analogPin = analogPin;
27
_volts = volts;
28
_maxADC = maxADC;
29
}
30
31
32
float AnalogUVSensor::read(uint8_t times)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36