README.md geändert
* Einrichtung der Arduino IDE aufgeführt * bisher verwendete Links/Quellen aufgelistet
This commit is contained in:
parent
aa2ce2f88b
commit
cceec9c7c0
20
README.md
20
README.md
@ -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"
|
Loading…
Reference in New Issue
Block a user