Merge pull request #7532 from thinkyhead/bf1_fan_mux_vben

New feature: Part-Cooling Fan Multiplexer
This commit is contained in:
Scott Lahteine
2017-08-25 03:16:40 -05:00
committed by GitHub
32 changed files with 361 additions and 4 deletions

View File

@@ -280,6 +280,16 @@
#define CONTROLLER_FAN_PIN -1
#endif
#ifndef FANMUX0_PIN
#define FANMUX0_PIN -1
#endif
#ifndef FANMUX1_PIN
#define FANMUX1_PIN -1
#endif
#ifndef FANMUX2_PIN
#define FANMUX2_PIN -1
#endif
#ifndef HEATER_0_PIN
#define HEATER_0_PIN -1
#endif