00001 00010 #ifndef PORTPC_H 00011 #define PORTPC_H 00012 00013 #include <avr/io.h> 00014 #include <inttypes.h> 00015 00020 #define BAUD0 115200 00021 00026 #define UBRR0V ((F_CPU/(BAUD0*16UL))-1) 00027 00039 void usart0_init(void); 00040 00045 void send_usart0(void); 00046 00047 00048 #endif // PORTPC_H