新闻中心

EEPW首页 > 嵌入式系统 > 专题 > MariaMole - 用于Arduino开发的高级IDE

MariaMole - 用于Arduino开发的高级IDE

作者:时间:2013-07-26来源:OPEN收藏

   是一个用于开发的开源高级IDE,拥有像项目管理,可调整的编译器选和语法高亮显示等特性。

本文引用地址:http://www.eepw.com.cn/article/147957.htm

  Runs over install: uses the software that you have installed, so all your Arduino configurations are kept. If you want, You can still use the original Arduino side-by-side to .

  Workspace support multiple projects at the same time. Workspaces are special folders where you can group any number of projects. This helps you keep the projects organized, and allows working with several projects at the same time. If you have used Visual Studio, CodeLite, Code::Blocks, Eclipse or any other modern IDE, you know that this makes a difference. Specially if you're designing a system with multiple Arduino boards talking each other, you're gonna love the workspace feature!

  Multiple serial port consoles at the same time: And more: Once you open a serial console, it's always available. You don't have to close or re-open it again to upload your project to Arduino

  Files use open-formats: All project information and configuration are stored on a single XML file (Except for code!)

  Building process configurable: The Arduino IDE does a great job behind the scenes, but, sometimes, you're gonna need to fine-tune the building sequence, add or replace libraries or change the compiler options. Of course, unless you ask for it, MariaMole works the same way as Arduino, building the whole project for you.

  Imports Arduino examples and sketches: You won't have any problems to reuse your old sketches.

  Easily import Arduino libraries: A Wizard windows helps you with that. And also with adding new files to projects, importing other files, configuring the projects, etc.

  Color-themes: Do you prefer a dark color-scheme for code editing? No problem. This is the default for MariaMole. Or do you prefer writing your code against a white background? No problem yet! MariaMole comes with a light theme too. And you can design your own theme!

  

 

  Arduino是一个开放的硬件平台,包括一个简单易用的I/O电路板,以及一个基于Eclipse的软件开发环境。Arduino即可以被用来开发能够 独立运行,并具备一定互动性的电子作品,也可以被用来开发与PC相连接的外围装置,这些装甚至还能够与运行在PC上的软件(如 Flash,Max/Msp,Director,Processing等)进行沟通。



关键词: Arduino MariaMole

评论


相关推荐

技术专区

关闭