Overrideable CASE_LIGHT_PIN

This commit is contained in:
Scott Lahteine
2020-05-07 14:57:25 -05:00
parent 10e875cd79
commit 6be76af617
25 changed files with 97 additions and 25 deletions

View File

@@ -44,7 +44,9 @@
#define RAMPS_D9_PIN 8
#define MOSFET_D_PIN 12
#define CASE_LIGHT_PIN -1 // Hardware PWM but one is not available on expansion header
#ifndef CASE_LIGHT_PIN
#define CASE_LIGHT_PIN -1 // Hardware PWM but one is not available on expansion header
#endif
#include "pins_RAMPS.h"