We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Не нашёл в документации предупреждение об отсутствии sprintf в ядре.
The text was updated successfully, but these errors were encountered:
Sprintf вроде бы живёт в компиляторе
Sorry, something went wrong.
Этот код при выбранном Serial: GyverUART... выдает ошибку "error: 'sprintf' was not declared in this scope":
void setup() { char buf_str[32]; sprintf(buf_str, "%d", 0); } void loop() {}
Да, можно самому добавить #include <stdio.h>
#include <stdio.h>
ну вот, подключил либу и вперёд
No branches or pull requests
Не нашёл в документации предупреждение об отсутствии sprintf в ядре.
The text was updated successfully, but these errors were encountered: