# Einrichtung der Arduino IDE 1. *Arduino IDE* öffnen 2. *Datei* > *Vorseinstellungen* öffnen (`STRG+KOMMA`) 3. Bei *Zusätzliche Boardverwalter-URLs:* `http://www.leonardomiliani.com/repository/package_leonardomiliani.com_index.json` einfügen 4. *Werkzeuge* > *Board: ...* > *Boardverwalter...* öffnen 5. `ATmega168P/328P Boards` installieren ### Links / Quellen * [Dropbox] * [AVR-GCC-Tutorial] * [C Tutorial] * [3rd party boards] - hier gibt es u.a. den Core für ATMega328P (`Atmega & Attiny cores`) [Dropbox]: https://drive.google.com/drive/folders/0B8422JpEEf7VS2hSOFF1LXhOMUk "Dropbox von Prof. Wagner" [AVR-GCC-Tutorial]: https://www.mikrocontroller.net/articles/AVR-GCC-Tutorial [C Tutorial]: http://www.schellong.de/c.htm#ccc [3rd party boards]: https://github.com/arduino/arduino/wiki/unofficial-list-of-3rd-party-boards-support-urls "Hier zu finden: Atmega & Attiny cores"