Bugfix 2.0.x add motherboard pins define (#12689)

- `pins_BIQU_B300_V1.0.h` defines pins for B300, as found in the BIQU Thunder 3D printer.
- `pins_BIQU_SKR_V1.1.h` defines pins for bigtree/BIQU SKR V1.1 motherboard.
This commit is contained in:
Msq001
2018-12-28 00:52:35 +08:00
committed by Scott Lahteine
parent b7a8dcc35d
commit f8c5d31864
4 changed files with 383 additions and 0 deletions

View File

@ -320,6 +320,10 @@
#include "pins_COHESION3D_MINI.h" // LPC1769 env:LPC1769
#elif MB(SMOOTHIEBOARD)
#include "pins_SMOOTHIEBOARD.h" // LPC1769 env:LPC1769
#elif MB(BIQU_SKR_V1_1)
#include "pins_BIQU_SKR_V1.1.h" // LPC1768 env:LPC1768
#elif MB(BIQU_B300_V1_0)
#include "pins_BIQU_B300_V1.0.h" // LPC1768 env:LPC1768
//
// Other 32-bit Boards