Add pin configuration for Brainwave Pro

Copied from jcrocholl's contributions to the OpenBeamUSA Marlin fork
This commit is contained in:
Chris Petersen
2015-04-09 22:11:50 -07:00
parent dee6840c50
commit ffaf1b4f22
2 changed files with 65 additions and 0 deletions

View File

@@ -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)