Refacored code; introduced all possible commands
This commit is contained in:
@@ -11,8 +11,20 @@
|
||||
#ifndef FANLEDCTL_PINS
|
||||
#define FANLEDCTL_PINS
|
||||
|
||||
#define FAN_PIN D6 /**< Output Pin, controlling FAN speed via PWM */
|
||||
#define SIGNAL_PIN D7 /**< Input Pin, reading current FANs RPM*/
|
||||
|
||||
/******************************************************************************
|
||||
* BEHAVIOR DEFINES
|
||||
******************************************************************************/
|
||||
|
||||
#define LOW_FAN_SPEED 500 /**< Rounds per Minute */
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
* PINOUT DEFINES
|
||||
******************************************************************************/
|
||||
|
||||
#define FAN_PIN D6 /**< Output Pin, controlling FAN speed via PWM */
|
||||
#define SIGNAL_PIN D7 /**< Input Pin, reading current FANs RPM*/
|
||||
|
||||
#define GPIO_DS18B20 D2 /**< One-Wire used for Dallas temperature sensor */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user