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