/* avr_cfg.h provide functions to set up hardware This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. History 2005-03-23 Created by Henrik Björkman */ #ifndef AVR_CFG_H #define AVR_CFG_H #define AVR_FOSC 20000000L #define UART_BAUDRATE 19200 #endif