FastLED 3.9.15
Loading...
Searching...
No Matches

◆ Read()

bool ToggleButton::Read ( )
inline

Definition at line 19 of file buttons.h.

19 {
20 Update(millis());
21 return changed_;
22 }
bool changed_
Definition buttons.h:60
void Update(uint32_t time_now)
Definition buttons.h:24

References changed_, and Update().

+ Here is the call graph for this function: