We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2498d26 commit c0039f1Copy full SHA for c0039f1
src/FastLEDHub.cpp
@@ -53,7 +53,7 @@ void FastLEDHubClass::enableToggleButton(uint8_t pin)
53
{
54
m_inputTicker.attach_ms(FASTLEDHUB_INPUT_TICKER_INTERVAL, +[](FastLEDHubClass* t) { t->handleInput(); }, this);
55
pinMode(pin, INPUT);
56
- m_cycleButtonPin = pin;
+ m_toggleButtonPin = pin;
57
}
58
59
void FastLEDHubClass::enablePotentiometer(uint8_t pin)
0 commit comments