Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ digitalWrite
Function
digitalWrite
src/fl/system/pin.cpp.hpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
// needs to release PWM channels.
50
51
void digitalWrite(int pin, PinValue val) {
52
platforms::digitalWrite(pin, val);
53
}
54
55
PinValue digitalRead(int pin) {
56
return platforms::digitalRead(pin);
Callers
15
pwm_isr_handler
Function · 0.70
releaseChannel
Function · 0.70
setPwmFrequency
Function · 0.70
applyNibble
Method · 0.70
testRxChannel
Function · 0.50
write
Method · 0.50
FL_TEST_FILE
Function · 0.50
setup
Function · 0.50
verifyJumperWire
Function · 0.50
executeToggles
Function · 0.50
testRxChannelSanity
Function · 0.50
ToggleButton
Method · 0.50
Calls
no outgoing calls
Tested by
4
testRxChannel
Function · 0.40
verifyJumperWire
Function · 0.40
executeToggles
Function · 0.40
testRxChannelSanity
Function · 0.40