MCPcopy 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
59u16 analogRead(int pin) {
60 return platforms::analogRead(pin);
61}
62
63void setAdcRange(AdcRange range) {
64 platforms::setAdcRange(range);

Callers 2

readMethod · 0.50
ReadMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected