Page 1 of 1

[resolved] Arduino Sketch C issues:vsscanf() and SD files

Posted: 08 Mar 2015, 08:29
by HaWe
edit:

problems resolved, all functions like
fprintf_()
fgets_()
fscanf_()
which mimic the original C stdio.h functions now are working fine!

1 issue about vsscanf was that int16_t had to be int_32_t instead.
no issues about float.

source codes:
http://www.mindstormsforum.de/viewtopic ... 429#p66429

share and enjoy! :)

Re: Arduino Sketch C/C++ issues: vsscanf() and SD files

Posted: 08 Mar 2015, 16:11
by HaWe
- resolved -