Add pin configuration for Brainwave Pro
Copied from jcrocholl's contributions to the OpenBeamUSA Marlin fork
This commit is contained in:
parent
dee6840c50
commit
ffaf1b4f22
2 changed files with 65 additions and 0 deletions
|
|
@ -76,6 +76,8 @@
|
|||
#include "pins_PRINTRBOARD.h"
|
||||
#elif MB(BRAINWAVE)
|
||||
#include "pins_BRAINWAVE.h"
|
||||
#elif MB(BRAINWAVE_PRO)
|
||||
#include "pins_BRAINWAVE_PRO.h"
|
||||
#elif MB(SAV_MKI)
|
||||
#include "pins_SAV_MKI.h"
|
||||
#elif MB(TEENSY2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue