Split up pins to make it more manageable
Hopefully this is helpful to organization and future expansion….
This commit is contained in:
parent
ab1ddcd89d
commit
574a5ab72a
44 changed files with 3018 additions and 2946 deletions
11
Marlin/pins_STB_11.h
Normal file
11
Marlin/pins_STB_11.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* STB V1.1 pin assignments
|
||||
*/
|
||||
|
||||
#define SANGUINOLOLU_V_1_2
|
||||
|
||||
#if defined(__AVR_ATmega1284P__)
|
||||
#define LARGE_FLASH true
|
||||
#endif
|
||||
|
||||
#include "pins_SANGUINOLOLU_11.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue