Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ analogRead
Function
analogRead
src/fl/system/pin.cpp.hpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
u16 analogRead(int pin) {
60
return platforms::analogRead(pin);
61
}
62
63
void setAdcRange(AdcRange range) {
64
platforms::setAdcRange(range);
Callers
2
read
Method · 0.50
Read
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected