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

setTargetDeg в версии 2.7 #20

Open
worms-qwe opened this issue Jan 14, 2024 · 4 comments
Open

setTargetDeg в версии 2.7 #20

worms-qwe opened this issue Jan 14, 2024 · 4 comments

Comments

@worms-qwe
Copy link

При компиляции любого примера с использованием setTargetDeg из библиотеки GyverStepper2 выдается ошибка: "Compilation error: call of overloaded 'setTargetDeg(int)' is ambiguous".

На старой библиотеке 2.6.4 проблема отсутствует.

@GyverLibs
Copy link
Owner

На какой платформе?

@worms-qwe
Copy link
Author

Arduino nano
Еще заметил, что setMaxSpeed в 1.6.4 выдает туже ошибку, а в 1.7.0 полет нормальный.

@Ko777tya
Copy link

Ko777tya commented Mar 1, 2024

Подтверждаю, тоже ошибка компиляции в setTargetDeg(int), Arduino nano

@GyverLibs
Copy link
Owner

пофиксил, будет в следующем обновлении. Пока что руководствуйтесь документацией - если указан int или float - надо использовать int или float, чтобы компилятор не путался. Если стоит int32_t - нужно использовать int32_t, например setTargetDeg((int32_t)12345);

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

3 participants