574a5ab72a
Hopefully this is helpful to organization and future expansion….
19 lines
288 B
C
19 lines
288 B
C
/**
|
|
* Sanguinololu V1.2 pin assignments
|
|
*
|
|
* Applies to the following boards:
|
|
*
|
|
* AZTEEG_X1
|
|
* MELZI
|
|
* MELZI_1284
|
|
* SANGUINOLOLU_12
|
|
* STB_11
|
|
*/
|
|
|
|
#define SANGUINOLOLU_V_1_2
|
|
|
|
#if defined(__AVR_ATmega1284P__)
|
|
#define LARGE_FLASH true
|
|
#endif
|
|
|
|
#include "pins_SANGUINOLOLU_11.h"
|