Report Bug
Qus : Which of the following is used to upload the Arduino Sketches to the board
Qusबोर्ड को अरुडिनो स्केच अपलोड करने के लिए निम्न में से किसका उपयोग किया जाता है

A. avrgcc
B. g++
C. cpython
D. avrdude


Solution
D. avrdude



Explanation

avrdude (AVR Downloader/UploaDEr) is a command-line utility that is often used in conjunction with AVR-GCC and is included in the Arduino IDE. It is a program for downloading/uploading code and data to/from AVR microcontrollers.




Report Bug