Update fan_control.py

This commit is contained in:
manuelkamp 2021-05-18 22:50:27 +02:00 committed by GitHub
parent b3002f3349
commit 32e08e4845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import os
import atexit
# Configuration
FAN_PIN = 18 # BCM pin used to drive PWM fan
FAN_PIN = 13 # BCM pin used to drive PWM fan
WAIT_TIME = 1 # [s] Time to wait between each refresh
PWM_FREQ = 25 # [kHz] 25kHz for Noctua PWM control