Split up pins to make it more manageable
Hopefully this is helpful to organization and future expansion….
This commit is contained in:
15
Marlin/pins_MELZI_1284.h
Normal file
15
Marlin/pins_MELZI_1284.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Melzi with ATmega1284 (MaKr3d version) pin assignments
|
||||
*/
|
||||
|
||||
#define MELZI
|
||||
|
||||
#undef MOTHERBOARD
|
||||
#define MOTHERBOARD BOARD_SANGUINOLOLU_11
|
||||
#define SANGUINOLOLU_V_1_2
|
||||
|
||||
#if defined(__AVR_ATmega1284P__)
|
||||
#define LARGE_FLASH true
|
||||
#endif
|
||||
|
||||
#include "pins_SANGUINOLOLU_11.h"
|
Reference in New Issue
Block a user