|
|
|
@ -29,18 +29,8 @@
|
|
|
|
|
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef BOARD_NAME
|
|
|
|
|
#define BOARD_NAME "MKS SBASE"
|
|
|
|
|
#define DEFAULT_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// unused
|
|
|
|
|
/*
|
|
|
|
|
#define PIN_P0_27 P0_27 // EXP2/Onboard SD
|
|
|
|
|
#define PIN_P0_28 P0_28 // EXP2
|
|
|
|
|
#define PIN_P0_02 P0_02 // AUX1 (Interrupt Capable/ADC/Serial Port 0)
|
|
|
|
|
#define PIN_P0_03 P0_03 // AUX1 (Interrupt Capable/ADC/Serial Port 0)
|
|
|
|
|
*/
|
|
|
|
|
#define BOARD_NAME "MKS SBASE"
|
|
|
|
|
#define DEFAULT_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
|
|
|
|
|
|
|
|
|
|
#define LED_PIN P1_18 // Used as a status indicator
|
|
|
|
|
#define LED2_PIN P1_19
|
|
|
|
@ -303,6 +293,12 @@
|
|
|
|
|
#define E0_SERIAL_RX_PIN P0_26 // TH4
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// UNUSED
|
|
|
|
|
#define PIN_P0_27 P0_27 // EXP2/Onboard SD
|
|
|
|
|
#define PIN_P0_28 P0_28 // EXP2
|
|
|
|
|
#define PIN_P0_02 P0_02 // AUX1 (Interrupt Capable/ADC/Serial Port 0)
|
|
|
|
|
#define PIN_P0_03 P0_03 // AUX1 (Interrupt Capable/ADC/Serial Port 0)
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* PWMs
|
|
|
|
|
*
|
|
|
|
|