This application enables users to develop programs for Arduino boards. Additionally, they have the option to extend its functionality by adding libraries.
Arduino
Arduino is a powerful IDE program for Windows that allows you to write code and upload it to various microcontroller boards. Additionally, it includes a compiler, a project manager and a dedicated editor.
Overview
The integrated development environment has a minimalistic interface that features a limited number of commands. First time users are recommended to check out the examples section to learn about various functions. As far as the compatibility goes, the utility supports a considerable number of Arduino microcontrollers such as Due, Leonardo, UNO and many others.
Functionality
Arduino boards can only be programmed via C and C++. This means you are able to use their embedded features like syntax highlighting, automatic indentations and brace matching. What is more, the application can be enhanced with various libraries, including GSM, Frimata, WiFL and EEPROM. It is also possible to add your own.
Additionally, you are able to verify and compile code within the IDE, so you can easily detect various errors and inconsistencies. After you make sure that none are present, you may proceed to uploading the code to the board. It is worth mentioning that you can use a special tool called Arduino Simulator to test your projects.
Features
- free to download and use;
- compatible with modern Windows versions;
- gives you the ability to create programs for Arduino boards;
- can be enhanced with custom libraries;
- offers a helpful examples section.