Skip to content

ashpande/ArduinoCore-avr

 
 

Repository files navigation

Arduino Core for AVR microcontroller

This repository contains the source code and configuration files of the Arduino Core for Atmel's AVR microcontroller used on the Arduino Yún, Uno, Uno WiFi, Diecimila, Nano, Mega, MegaADK, Leonardo, Leonardo Ethernet, Micro, Esplora, Min, Ethernet, Fio, BT, LilyPadUSB, Lilypad, Pro, ATMegaNG, Robot Control, Robot Motor, Gemma, Yún Mini and Industrial 101.

Installation on Arduino IDE

This core comes preinstalled by default in the Arduino IDE. If you need to explicitly install the core or update it, Just open the "Boards Manager" under Tools --> Board --> Boards Manager and install the package called:

"Arduino AVR Boards"

Installation on Arduino CLI

This core can be installed on arduino-cli with the command:

$ arduino-cli core install arduino:avr

Support

There is a dedicated section of the Arduino Forum for general discussion and project assistance:

https://forum.arduino.cc/index.php?board=1.0

Before posting, please check the other sections of the forum to make sure if your query is better suited for another section of the forum.

Bugs or Issues

If you find a bug you can submit an issue here on github:

https://github.com/arduino/ArduinoCore-avr/issues

Before posting a new issue, please check if the same problem has been already reported by someone else to avoid duplicates.

Contributions

Contributions are always welcome. The preferred way to receive code contribution is by submitting a Pull Request on github.

About

The Official Arduino AVR core

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.9%
  • C++ 6.4%
  • Makefile 2.8%
  • Objective-C 1.2%
  • Logos 0.4%
  • Shell 0.2%
  • Other 0.1%