New feature: Part-Cooling Fan Multiplexer

This commit is contained in:
Vben 2017-08-15 14:48:10 +02:00 committed by Scott Lahteine
parent e82e9073d6
commit c0409b85e7
32 changed files with 361 additions and 4 deletions

View file

@ -688,6 +688,11 @@
#endif
#define WRITE_FAN_N(n, v) WRITE_FAN##n(v)
/**
* Part Cooling fan multipliexer
*/
#define HAS_FANMUX PIN_EXISTS(FANMUX0)
/**
* Servos and probes
*/