-
Notifications
You must be signed in to change notification settings - Fork 4
How to program AVR microcontrollers in Visual Studio Code
Zero Amps edited this page Apr 26, 2021
·
12 revisions
How to setup Windows 10 machine for programming AVR microcontrollers.
- Download MinGW and install at least these these packages for using make.
- Update the Path environment variable.
- Download Arduino IDE 1.8.9 and update the Path environment variable for using avr-gcc, avrdude and other tools.
- Download Visual Studio Code and install the C/C++ extension for writing code.
- Download one of AVR examples and then compile and upload it to your microcontrollers.