Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ write
Method
write
src/fl/sensors/digital_pin.cpp.hpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void write(bool value) {
46
fl::digitalWrite(mPin, value ? fl::PinValue::High : fl::PinValue::Low);
47
}
48
49
private:
50
int mPin;
Callers
nothing calls this directly
Calls
1
digitalWrite
Function · 0.50
Tested by
no test coverage detected