Difference between revisions of "Arduino software"

From Elcano Project Wiki
Jump to navigation Jump to search
(Created page with "== Development tools == In Arduino terminology, a program is called a sketch. These are written in a limited version of C++, described here: https://www.arduino.cc/reference/...")
(No difference)

Revision as of 00:15, 10 October 2019

Development tools

In Arduino terminology, a program is called a sketch. These are written in a limited version of C++, described here: https://www.arduino.cc/reference/en/ . In addition, one can write libraries in C++.

There are several IDEs that support Arduino development:

It's recommended to start with the Arduino IDE as it's simpler and most Arduino information online assumes you are using it.