updated gitignore and added note to fuses

This commit is contained in:
Steffen Vogel 2014-01-18 20:44:08 +01:00
parent c61f70d778
commit a171b4e2ae
2 changed files with 16 additions and 0 deletions

6
src/.gitignore vendored
View file

@ -1,3 +1,9 @@
*.bin
*.hex
*.o
*.lst
*.elf
*.map
*.eep
*.d
.dep/

10
src/README.md Normal file
View 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