Advertisement
evnasley09

Arduino Programming

Jan 26th, 2020
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. The Arduino Integrated Development Environment (IDE) is a cross-platform application (for Windows, macOS, Linux) that is written in functions from C and C++[2]. It is used to write and upload programs to Arduino compatible boards, but also, with the help of 3rd party cores, other vendor development boards.[3]
  2.  
  3. The source code for the IDE is released under the GNU General Public License, version 2.[4] The Arduino IDE supports the languages C and C++ using special rules of code structuring.[5] 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 stub main() into an executable cyclic executive program with the GNU toolchain, also included with the IDE distribution.[6] The Arduino IDE employs the program avrdude to convert the executable code into a text file in hexadecimal encoding that is loaded into the Arduino board by a loader program in the board's firmware.[7]
  4.  
  5. Arduino Pro IDE
  6. Developer(s)    Arduino Software
  7. Preview release
  8. v0.0.2 / 28 October 2019; 2 months ago[8]
  9. Repository 
  10. github.com/arduino/Arduino
  11. Edit this at Wikidata
  12. Written in  C, C++
  13. Operating system    Windows, macOS, Linux
  14. Platform    IA-32, x86-64, ARM
  15. Type    Integrated development environment
  16. License LGPL or GPL license
  17. Website blog.arduino.cc/2019/10/18/arduino-pro-ide-alpha-preview-with-advanced-features/
  18. In October 2019 the Arduino organization began providing early access to a new Arduino Pro IDE with debugging[9] and other advanced features
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement