You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi,
I try to use the library for a Adafruit Feather nrf52 projetct but get this error:
could you help?
thanks!
The text was updated successfully, but these errors were encountered: