Rev 231 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 231 | Rev 294 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef _MAIN_H |
1 | #ifndef _MAIN_H |
2 | #define _MAIN_H |
2 | #define _MAIN_H |
Line 3... | Line 3... | ||
3 | 3 | ||
4 | #include <avr/io.h> |
- | |
5 | - | ||
6 | /* |
- | |
7 | #if defined (__AVR_ATmega644P__) |
- | |
8 | #define SYSCLK 20000000L //crystal freqency in Hz |
- | |
9 | #endif |
- | |
10 | */ |
- | |
11 | 4 | #include <avr/io.h> |
|
Line 12... | Line 5... | ||
12 | #define SYSCLK F_CPU |
5 | #define SYSCLK F_CPU |