Temperatur is read
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
#ifndef FANLEDCTL_PINS
|
||||
#define FANLEDCTL_PINS
|
||||
|
||||
#define FAN_PIN 12 /**< Output Pin, controlling FAN speed via PWM */
|
||||
#define SIGNAL_PIN 13 /**< Input Pin, reading current FANs RPM*/
|
||||
#define FAN_PIN D6 /**< Output Pin, controlling FAN speed via PWM */
|
||||
#define SIGNAL_PIN D7 /**< Input Pin, reading current FANs RPM*/
|
||||
|
||||
#define GPIO_DS18B20 D7 /**< One-Wire used for Dallas temperature sensor */
|
||||
#define GPIO_DS18B20 D2 /**< One-Wire used for Dallas temperature sensor */
|
||||
|
||||
#endif /* End FANLEDCTL_PINS */
|
Reference in New Issue
Block a user