Skip to content

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

@smart-fun

Description

@smart-fun

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions