Вы находитесь на странице: 1из 1

Arduino IDE

The Arduino integrated development environment (IDE) is a cross-


Arduino Software IDE
platform application (for Windows, macOS, Linux) that is written in
the programming language Java. It is used to write and upload
programs to Arduino board.[2]

The source code for the IDE is released under the GNU General Public
License, version 2.[3] The Arduino IDE supports the languages C and
C++ using special rules of code structuring.[4] The Arduino IDE
supplies a software library from the Wiring project, which provides
many common input and output procedures. User-written code only
requires two basic functions, for starting the sketch and the main
program loop, that are compiled and linked with a program stubmain()
into an executable cyclic executive program with the GNU toolchain,
also included with the IDE distribution.[5] The Arduino IDE employs
the program avrdude to convert the executable code into a text file in Screenshot of Arduino IDE showing Blink
hexadecimal encoding that is loaded into the Arduino board by a program
loader program in the board's firmware.[6]
Developer(s) Arduino Software
Stable release 1.8.8 / 7 December 2018[1]
References Written in Java, C, C++
1. "Arduino Software Release Notes"(https://www.arduino.cc/ Operating system Windows, macOS, Linux
en/Main/ReleaseNotes). Arduino Project. Retrieved
Platform IA-32, x86-64, ARM
December 13, 2018.
2. "Updated: Arduino announces FPGA board, A Tmega4809 Type Integrated development
in Uno Wi-Fi mk2, cloud-based IDE and IoT hardware"(http environment
s://www.electronicsweekly.com/news/products/bus-systems License LGPL or GPL license
-sbcs/arduino-announced-fpga-board-new-atmega-uno-wi-fi
-2018-05/). Electronics Weekly. 2018-05-18. Retrieved Website www.arduino.cc/en/Main
2018-06-14. /Software
3. "The arduino source code"(https://github.com/arduino/Ardui
no). The Arduino source code.
4. Purdum, Jack J. Beginning C for Arduino : learn C programming for the Arduino(https://www.worldcat.org/oclc/9128
75060) (Second ed.). [New York]. ISBN 9781484209400. OCLC 912875060 (https://www.worldcat.org/oclc/9128750
60).
5. Castro, Jorge R. Building a home security system with Arduino : design, build, and maintain a home security system
with Arduino Uno (https://www.worldcat.org/oclc/922588951). Birmingham, UK. p. 15.ISBN 9781785283802.
OCLC 922588951 (https://www.worldcat.org/oclc/922588951).
6. Banzi, Massimo; Shiloh, Michael.Getting started with Arduino(https://www.worldcat.org/oclc/898290173)(Third ed.).
Sebastopol, CA. ISBN 9781449363314. OCLC 898290173 (https://www.worldcat.org/oclc/898290173).

Retrieved from "https://en.wikipedia.org/w/index.php?title=Arduino_IDE&oldid=873633740


"

This page was last edited on 14 December 2018, at 03:46(UTC).

Text is available under theCreative Commons Attribution-ShareAlike License ; additional terms may apply. By using this
site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of theWikimedia
Foundation, Inc., a non-profit organization.

Вам также может понравиться