CCS 是否在其中一个标准库中具有内置函数以将 unsigned int 转换为字符串?
我有一个无线电模块,我馈送要发送的字符串,并且我有一个 A/D 无符号 int,我想将它交给无线电模块...我发现它只是为了发现 TI 库没有这个函数
谢谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
CCS 是否在其中一个标准库中具有内置函数以将 unsigned int 转换为字符串?
我有一个无线电模块,我馈送要发送的字符串,并且我有一个 A/D 无符号 int,我想将它交给无线电模块...我发现它只是为了发现 TI 库没有这个函数
谢谢
您好、Steve、
您正在寻找的是类似于 itoa()[整数到 ASCII]的内容,它不包含在标准 C 库的一部分中。
以下是一些类似的线程:
https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/313642?instruction