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

error: 'dtostrf' was not declared in this scope #6

Open
smart-fun opened this issue Jul 4, 2021 · 0 comments
Open

error: 'dtostrf' was not declared in this scope #6

smart-fun opened this issue Jul 4, 2021 · 0 comments

Comments

@smart-fun
Copy link

Hi,
I try to use the library for a Adafruit Feather nrf52 projetct but get this error:

C:\Users\Arnaud\Documents\Arduino\libraries\MatrizLed\src\MatrizLed.cpp: In member function 'void MatrizLed::escribirCifra(int, int)':
C:\Users\Arnaud\Documents\Arduino\libraries\MatrizLed\src\MatrizLed.cpp:289:5: error: 'dtostrf' was not declared in this scope
  289 |     dtostrf(cifra, getDeviceCount(), 0, formateado);
      |     ^~~~~~~
exit status 1
Error compiling for board Adafruit Feather nRF52832.

could you help?

thanks!

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

1 participant