Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ useAnalogRead
Method
useAnalogRead
libraries/DEVRANDOM/DEVRANDOM.cpp:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
98
99
void DEVRANDOM::useAnalogRead(uint8_t pin)
100
{
101
_mode = 2;
102
_pin = pin;
103
};
104
105
106
void DEVRANDOM::useDigitalRead(uint8_t pin)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64