From 804820fe687affa38a52e302179e4a2293cb1ffb Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Dec 2014 18:39:07 +0000 Subject: fish --- project.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 project.h (limited to 'project.h') diff --git a/project.h b/project.h new file mode 100644 index 0000000..d75338b --- /dev/null +++ b/project.h @@ -0,0 +1,28 @@ +#define F_CPU 16000000 + +#include +#include +#include +#include +#include +#include + +#include "uart.h" + +#define UART_BAUD_RATE 115200 + +#define WS2812_PORTREG PORTB +#define WS2812_DDRREG DDRB +#define WS2812_PIN 1 + +#include "lib_ws2812.h" + +#ifdef PROTOTYPING +#define NOPROTO static +#else +#define NOPROTO +#endif + +#define NOUNUSED __attribute__((unused)) + +#include "prototypes.h" -- cgit v1.2.3