Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
bool DigitalPin::high() const {
67
return mImpl->high();
68
}
69
70
void DigitalPin::write(bool is_high) {
71
mImpl->write(is_high);
Callers
3
detect
Method · 0.45
highLowFloating
Method · 0.45
isPressed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected