printf floating point numbers not working
Posted on September 20, 2014 at 20:56 I bought the iNEMO-M1 Discovery and I'm compiling a program that reads magnetometer values. If I do: trace_printf(''test %f\r\n'', 40.678); It prints ''test '', and no value (not even 0). If I do: trace_print...