Tronxy X5S pins and configuration

This commit is contained in:
Scott Lahteine
2018-02-10 14:47:23 -06:00
parent 4fef36966b
commit 4aff6c1c32
4 changed files with 1880 additions and 0 deletions

View File

@ -199,6 +199,8 @@
#include "pins_MELZI_MALYAN.h" // ATmega644P, ATmega1284P
#elif MB(CREALITY_ENDER)
#include "pins_CREALITY_ENDER.h" // ATmega1284P
#elif MB(MELZI_TRONXY)
#include "pins_MELZI_TRONXY.h" // ATmega644P, ATmega1284P
#elif MB(STB_11)
#include "pins_STB_11.h" // ATmega644P, ATmega1284P
#elif MB(AZTEEG_X1)
@ -525,6 +527,9 @@
#ifndef SDPOWER
#define SDPOWER -1
#endif
#ifndef SDSS
#define SDSS -1
#endif
#ifndef LED_PIN
#define LED_PIN -1
#endif