README.md geändert

* Einrichtung der Arduino IDE aufgeführt
* bisher verwendete Links/Quellen aufgelistet
This commit is contained in:
ht 2018-03-02 14:53:00 +01:00
parent aa2ce2f88b
commit cceec9c7c0
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# 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"