MariaMole - 用于Arduino開(kāi)發(fā)的高級(jí)IDE
MariaMole是一個(gè)用于Arduino開(kāi)發(fā)的開(kāi)源高級(jí)IDE,擁有像項(xiàng)目管理,可調(diào)整的編譯器選和語(yǔ)法高亮顯示等特性。
本文引用地址:http://m.butianyuan.cn/article/147957.htmRuns over Arduino install: MariaMole uses the Arduino 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 MariaMole.
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是一個(gè)開(kāi)放的硬件平臺(tái),包括一個(gè)簡(jiǎn)單易用的I/O電路板,以及一個(gè)基于Eclipse的軟件開(kāi)發(fā)環(huán)境。Arduino即可以被用來(lái)開(kāi)發(fā)能夠 獨(dú)立運(yùn)行,并具備一定互動(dòng)性的電子作品,也可以被用來(lái)開(kāi)發(fā)與PC相連接的外圍裝置,這些裝甚至還能夠與運(yùn)行在PC上的軟件(如 Flash,Max/Msp,Director,Processing等)進(jìn)行溝通。
評(píng)論