Hacker-Jeopardy/Mainboard_/Mainboard/config.h

22 lines
296 B
C
Raw Normal View History

2013-11-04 18:45:46 +01:00
/*
* config.h
*
* Created: 06.10.2013 17:05:43
* Author: netz
*/
#ifndef CONFIG_H_
#define CONFIG_H_
#define F_CPU 16000000
#define BAUD_RATE 9600
#include <util/delay.h>
#include <stdbool.h>
#include <avr/interrupt.h>
#include <string.h>
#endif /* CONFIG_H_ */