AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.

This commit is contained in:
Dean Camera 2012-05-10 20:28:39 +00:00
parent 926a83bbc1
commit 33d9a75b03
17 changed files with 624 additions and 50 deletions

View file

@ -12,6 +12,8 @@
#include <avr/io.h>
#include <LUFA/Drivers/Peripheral/TWI.h>
#include "Config/AppConfig.h"
/* Type Defines: */
typedef struct
@ -111,6 +113,7 @@
} DS1307_DateTimeRegs_t;
/* Macros: */
/** TWI address of the DS1307 device on the bus. */
#define DS1307_ADDRESS 0xD0
/* Function Prototypes: */