Split up pins to make it more manageable

Hopefully this is helpful to organization and future expansion….
This commit is contained in:
Scott Lahteine
2015-01-25 18:40:00 -08:00
parent 415d95a298
commit 86f1d1cfc3
44 changed files with 3018 additions and 2940 deletions

11
Marlin/pins_MELZI.h Normal file
View File

@@ -0,0 +1,11 @@
/**
* Melzi pin assignments
*/
#define SANGUINOLOLU_V_1_2
#if defined(__AVR_ATmega1284P__)
#define LARGE_FLASH true
#endif
#include "pins_SANGUINOLOLU_11.h"