updated gitignore and added note to fuses
This commit is contained in:
parent
c61f70d778
commit
a171b4e2ae
2 changed files with 16 additions and 0 deletions
6
src/.gitignore
vendored
6
src/.gitignore
vendored
|
@ -1,3 +1,9 @@
|
|||
*.bin
|
||||
*.hex
|
||||
*.o
|
||||
*.lst
|
||||
*.elf
|
||||
*.map
|
||||
*.eep
|
||||
*.d
|
||||
.dep/
|
||||
|
|
10
src/README.md
Normal file
10
src/README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
This is a simple demo application
|
||||
|
||||
#### Fuses for the ATmega8
|
||||
|
||||
We use the internal 8 MHz oszilator:
|
||||
|
||||
Low = 0xd4
|
||||
High = 0xd9
|
||||
|
||||
use 'make fuses' to program using avrdude
|
Loading…
Add table
Reference in a new issue