I am trying send a Float using TOS 2.x Printf. %d modifier works for ints, but %f %F %e %E and many others I have tried will not send a float or double number. the code:
printf("%f" , x) where x is a float will only return : f

also, I can truncate the float with the (int)x modifier but in this case I need to see a few places back.

Thank you
Wes

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to