574a5ab72a
Hopefully this is helpful to organization and future expansion….
11 lines
164 B
C
11 lines
164 B
C
/**
|
|
* Melzi pin assignments
|
|
*/
|
|
|
|
#define SANGUINOLOLU_V_1_2
|
|
|
|
#if defined(__AVR_ATmega1284P__)
|
|
#define LARGE_FLASH true
|
|
#endif
|
|
|
|
#include "pins_SANGUINOLOLU_11.h"
|