Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

помилкb з EncButton та FastLED #20

Open
evDemidDp opened this issue Dec 10, 2024 · 4 comments
Open

помилкb з EncButton та FastLED #20

evDemidDp opened this issue Dec 10, 2024 · 4 comments

Comments

@evDemidDp
Copy link

Станом на 01-12-2024.
FastLED - остання робоча версія 3.7.6. при 3.7.7. починаються помилки.

для EncButton

  1. змінилось визначення класу
    тому в основному скетчі GyverTwink_v1_2 строку 61 міняємо. на:
    // EncButton<EB_TICK, BTN_PIN> btn;
    Button btn(BTN_PIN);

  2. функція state() вже не використовується
    тому в startup.ino строка 32 міняємо:
    if (btn.pressing()) return true; // btn.state()

@zackees
Copy link

zackees commented Dec 17, 2024

Try button.clicked()

@lexhome
Copy link

lexhome commented Dec 26, 2024

Не могу откомпилировать, ошибка Compilation error: 'EncButton' is not a template
на шаге EncButton<EB_TICK, BTN_PIN> btn;

@GyverLibs
Copy link
Contributor

Читать гайд для новичков!!!

@evDemidDp
Copy link
Author

Не могу откомпилировать, ошибка Compilation error: 'EncButton' is not a template на шаге EncButton<EB_TICK, BTN_PIN> btn;

тому в основному скетчі GyverTwink_v1_2 строку 61 міняємо. на:
// EncButton<EB_TICK, BTN_PIN> btn;
Button btn(BTN_PIN);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants