Added DS18B20 Tempertur measurement

This commit is contained in:
Ollo
2024-11-28 21:58:52 +01:00
parent ab1325f07f
commit e6b18d163d
3 changed files with 45 additions and 8 deletions

View File

@@ -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 */