AVRISP-MKII Clone Programmer Project
|
Application Configuration Header File. More...
Macros | |
#define | AUX_LINE_PORT PORTB |
#define | AUX_LINE_PIN PINB |
#define | AUX_LINE_DDR DDRB |
#define | AUX_LINE_MASK (1 << 0) |
#define | ENABLE_ISP_PROTOCOL |
#define | ENABLE_XPROG_PROTOCOL |
#define | NO_VTARGET_DETECT |
Application Configuration Header File.
This is a header file which is be used to configure some of the application's compile time options, as an alternative to specifying the compile time constants supplied through a makefile or build system.
For information on what each token does, refer to the Project Options section of the application documentation.
#define AUX_LINE_DDR DDRB |
#define AUX_LINE_MASK (1 << 0) |
#define AUX_LINE_PIN PINB |
#define AUX_LINE_PORT PORTB |
#define ENABLE_ISP_PROTOCOL |
#define ENABLE_XPROG_PROTOCOL |
#define NO_VTARGET_DETECT |