Rev 902 | Rev 1773 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 902 | Rev 1437 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /**************************************************************************** |
1 | /**************************************************************************** |
2 | * Copyright (C) 2009-2011 by Claas Anders "CaScAdE" Rathje * |
2 | * Copyright (C) 2009-2012 by Claas Anders "CaScAdE" Rathje * |
3 | * admiralcascade@gmail.com * |
3 | * admiralcascade@gmail.com * |
4 | * Project-URL: http://www.mylifesucks.de/oss/c-osd/ * |
4 | * Project-URL: http://www.mylifesucks.de/oss/c-osd/ * |
5 | * * |
5 | * * |
6 | * This program is free software; you can redistribute it and/or modify * |
6 | * This program is free software; you can redistribute it and/or modify * |
7 | * it under the terms of the GNU General Public License as published by * |
7 | * it under the terms of the GNU General Public License as published by * |
Line 19... | Line 19... | ||
19 | ****************************************************************************/ |
19 | ****************************************************************************/ |
Line 20... | Line 20... | ||
20 | 20 | ||
21 | #ifndef _USART1_H |
21 | #ifndef _USART1_H |
Line -... | Line 22... | ||
- | 22 | #define _USART1_H |
|
- | 23 | ||
- | 24 | #include <avr/io.h> |
|
- | 25 | #include <avr/interrupt.h> |
|
22 | #define _USART1_H |
26 | #include <util/delay.h> |
Line 23... | Line 27... | ||
23 | 27 | ||
24 | #define baud 57600 |
28 | #define baud 57600 |