是否有用于为 Adruino 开发的替代 IDE
我尝试使用 Ecipe 和 Arduino IDE,但我是Sublime Text
.
Arduino or Seeeduino
那么,我可以用它在 Linux 中 进行编程吗?
我的意思是我必须下载一些库并插入我的源代码?
您可以使用 AVR Studio http://www.atmel.com/microsite/atmel_studio6/
这是一个使用 Arduino 的教程:
http://www.engblaze.com/tutorial-using-avr-studio-5-with-arduino-projects/
我使用make 文件来编译和上传程序到 Arduino。您可以使用任何您喜欢的 IDE(在您的情况下是 sublime Text,在我的情况下是 vim)
make upload
make screen # to view the serial monitor