Update 'README.md'
This commit is contained in:
parent
068ab575ba
commit
8cb18ef509
17
README.md
17
README.md
@ -5,6 +5,23 @@
|
||||
4. *Werkzeuge* ⤳ *Board: ...* ⤳ *Boardverwalter...* öffnen
|
||||
5. `ATmega168P/328P Boards` installieren
|
||||
|
||||
## Externe Clock
|
||||
|
||||
Low Fuse ändern:
|
||||
```
|
||||
-U lfuse:w:0xA0:m
|
||||
```
|
||||
* 0b.1...... CKOUT auf PBO (zeigt nun genutzten Takt)
|
||||
* 0b..10.... Abwarten nach RESET, bevor Programm lädt
|
||||
* 0b....0000 stellt auf externe Clock
|
||||
|
||||
## Externe Interrupts
|
||||
|
||||
**ACHTUNG!** Entgegen dem Datenblatt sind die INTERRUPT Pins wie folgend platziert:
|
||||
|
||||
* INT0 auf PD1 (PIN3)
|
||||
* INT1 auf PD2 (PIN4)
|
||||
|
||||
### Links / Quellen
|
||||
|
||||
* [Dropbox]
|
||||
|
Loading…
Reference in New Issue
Block a user