FastLED
3.9.15
Loading...
Searching...
No Matches
◆
Read()
bool MidiShieldButton::Read
(
)
inline
Definition at line
71
of file
buttons.h
.
71
{
72
// Toggle the pin back to INPUT and take a reading.
73
int
val =
digitalRead
(
mPin
) == LOW;
74
75
return
val;
76
}
MidiShieldButton::mPin
int mPin
Definition
buttons.h:78
fl::digitalRead
PinValue digitalRead(int pin)
Read digital value from pin.
Definition
pin.cpp.hpp:55
References
mPin
.
MidiShieldButton
Generated on Tue Jun 16 2026 00:07:03 for FastLED by
1.13.2