00001 /** @file 00002 * 00003 * AVR dependent part of interface to ASURO's devices 00004 * 00005 * @author Denis Martin 00006 * 00007 * This program is free software; you can redistribute it and/or modify it under 00008 * the terms of the GNU General Public License as published by the Free Software 00009 * Foundation; either version 2 of the License, or (at your option) any later 00010 * version. 00011 * This program is distributed in the hope that it will be useful, but WITHOUT 00012 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 00013 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 00014 * details. You should have received a copy of the GNU General Public License 00015 * along with this program; if not, write to the Free Software Foundation, Inc., 00016 * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 00017 */ 00018 00019 #ifndef ASURO_AVR_H_ 00020 #define ASURO_AVR_H_ 00021 00022 #include <avr/io.h> 00023 #include <avr/interrupt.h> 00024 #include <avr/signal.h> 00025 00026 #endif /*ASURO_AVR_H_*/