Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将浮点值转换为字符串。为此,我使用了“ftoa”,但它显示了“未定义对 ftoa() 的引用”之类的错误。另外我使用了“gcvt()”而不是 ftoa,但没有工作。请问有什么建议吗?
谢谢。
如果它对你来说足够好: https ://github.com/antongus/stm32tpl/blob/master/ftoa.c
你可以使用 sprintf。不过效率不是很高。