Implement USE_CONTROLLER_FAN as a feature

This commit is contained in:
Scott Lahteine
2017-05-02 20:18:31 -05:00
parent 76eca9732d
commit 2c13922c46
30 changed files with 335 additions and 174 deletions

View File

@ -95,8 +95,8 @@
#if PIN_EXISTS(CASE_LIGHT)
REPORT_NAME_DIGITAL(CASE_LIGHT_PIN, __LINE__ )
#endif
#if PIN_EXISTS(CONTROLLERFAN)
REPORT_NAME_DIGITAL(CONTROLLERFAN_PIN, __LINE__ )
#if PIN_EXISTS(CONTROLLER_FAN)
REPORT_NAME_DIGITAL(CONTROLLER_FAN_PIN, __LINE__ )
#endif
#if PIN_EXISTS(CUTOFF_RESET)
REPORT_NAME_DIGITAL(CUTOFF_RESET_PIN, __LINE__ )