MCPcopy Create free account
hub / github.com/FastLED/FastLED / digitalRead

Function digitalRead

src/fl/system/pin.cpp.hpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55PinValue digitalRead(int pin) {
56 return platforms::digitalRead(pin);
57}
58
59u16 analogRead(int pin) {
60 return platforms::analogRead(pin);

Callers 8

highMethod · 0.50
FL_TEST_FILEFunction · 0.50
verifyJumperWireFunction · 0.50
Read_InternalMethod · 0.50
ReadMethod · 0.50
findConnectedPinsImplMethod · 0.50
registerFunctionsMethod · 0.50

Calls

no outgoing calls

Tested by 1

verifyJumperWireFunction · 0.40