|
|
@ -38,7 +38,7 @@ |
|
|
|
#define FAN_PIN 9 // PH6 ** Pin18 ** PWM9
|
|
|
|
|
|
|
|
// Other Mods
|
|
|
|
#define CASE_LIGHT_PIN 11 // PB5 ** Pin24 ** PWM11
|
|
|
|
|
|
|
|
#define SERVO3_PIN 12 // PB6 ** Pin25 ** D12
|
|
|
|
#define PS_ON_PIN 2 // X+ // PE4 ** Pin6 ** PWM2 **MUST BE HARDWARE PWM
|
|
|
|
#define FILWIDTH_PIN 15 // Y+ // PJ0 ** Pin63 ** USART3_RX **Pin should have a pullup!
|
|
|
@ -54,6 +54,10 @@ |
|
|
|
#define RGB_LED_B_PIN 52 |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef CASE_LIGHT_PIN |
|
|
|
#define CASE_LIGHT_PIN 11 // PB5 ** Pin24 ** PWM11
|
|
|
|
#endif |
|
|
|
|
|
|
|
#include "pins_MKS_BASE_common.h" |
|
|
|
|
|
|
|
/*
|
|
|
|