title |
---|
Select programmer in Arduino IDE |
When you have selected a board in Arduino IDE, external programmers can be selected under Tools > Programmer in the menu bar. The options are defined in the platform's programmers.txt
file1.
The programmer selection is used by:
- The Tools > Burn Bootloader menu bar item.
- The Sketch > Upload Using Programmer option.
The programmer selection does not affect:
- Sketch compilation (for example, when clicking the
Verify button).
- Uploading a sketch to a board connected to your computer by clicking the the
Upload button.