Thread 中讨论的其他器件:Energia
您好!
我有2个问题:
1) 1)从何处可以找到 CCS 附带的库?
2) 2)哪个库允许我实现 delay 函数? 如果你熟悉 Arduino ,我正在寻找一个类似 delay ()的函数。
谢谢!
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.
您好!
我有2个问题:
1) 1)从何处可以找到 CCS 附带的库?
2) 2)哪个库允许我实现 delay 函数? 如果你熟悉 Arduino ,我正在寻找一个类似 delay ()的函数。
谢谢!
如果您只需要毫秒级延迟,您只需声明一些索引变量易失性并使用 for 循环即可。
请原谅我的经验,你能解释一下吗?
我不确定它有多活跃、或者它是否支持您的芯片、但您可以使用 Energia 来将 Arduino 平台置于 MSP 上。