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

Method high

src/fl/sensors/digital_pin.cpp.hpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool DigitalPin::high() const {
67 return mImpl->high();
68}
69
70void DigitalPin::write(bool is_high) {
71 mImpl->write(is_high);

Callers 3

detectMethod · 0.45
highLowFloatingMethod · 0.45
isPressedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected