AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.
This commit is contained in:
parent
926a83bbc1
commit
33d9a75b03
17 changed files with 624 additions and 50 deletions
|
@ -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: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue