comparison testavr.c @ 18:108a703c39e6

Covert to a later version of avr-libc. Stuff like not using inb/outb, etc.. Get the mcu/part right, change includes..
author darius
date Fri, 25 Nov 2005 21:49:56 +1030
parents a58b41b7d15c
children 2b0ed085b95b
comparison
equal deleted inserted replaced
17:a58b41b7d15c 18:108a703c39e6
28 * SUCH DAMAGE. 28 * SUCH DAMAGE.
29 */ 29 */
30 30
31 #include <avr/io.h> 31 #include <avr/io.h>
32 #include <avr/interrupt.h> 32 #include <avr/interrupt.h>
33 #include <avr/signal.h>
34 #include <avr/pgmspace.h> 33 #include <avr/pgmspace.h>
35 #include <string.h> 34 #include <string.h>
36 #include <ctype.h> 35 #include <ctype.h>
37 #include <stdlib.h> 36 #include <stdlib.h>
38 37