标签: compilation arduino arduino-uno avr-gcc
我需要将我的Arduino代码(.ino)转换为.hex文件。 我不想使用IDE。有没有办法做到这一点?
如果问题太基础,我很抱歉。
答案 0 :(得分:0)
平台IO应该是解决您问题的最佳解决方案。您可以在Platform io中编写C ++代码,然后将其转换为.hex。此外,还有进口Arduino项目的规定。
基本上,Platform IO支持Atom代码编辑器的包。由于Atom是开源编辑器,您可能会发现其他微控制器也更容易。
Atom:https://atom.io/
平台IO:http://platformio.org/