#ifndef _DEFINES_H_ #define _DEFINES_H_ #define F_CPU 8000000UL #define UART_BAUD 250000UL #define RECV_BUFFER_SIZE 2048 #define SEND_BUFFER_SIZE 2048 #define PROTOCOL_VERSION 3 #define COOLBOY_GPIO_PORT B #define COOLBOY_RD_PIN 4 #define COOLBOY_WR_PIN 3 #endif