avrinput/conf.h

9 lines
121 B
C
Raw Normal View History

2019-01-01 15:48:54 +00:00
#ifndef _CONF_H_
#define _CONF_H_
#define F_CPU 8000000UL
#define USART_BAUD 9600
#define USART_BUFFER_SIZE 256
#endif