Skip to content

Create README.md #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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](https://arduino.github.io/arduino-cli/latest/) 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](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](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