Skip to content

Commit

Permalink
Scale down hardware dimming. #674
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Apr 8, 2022
1 parent 3eb6bc7 commit aeafd35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hardware/relay/pwm-dimmer_relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,4 @@ class terrariumRelayDimmerIRF520(terrariumRelayDimmerPWM):

# # Dimmer settings
_DIMMER_FREQ = 10000 # Tested with a 12V PC fan. Low freq. caused some high pitching noise
_DIMMER_MAXDIM = 100
_DIMMER_DUTY_CYCLE = 10000
_DIMMER_MAXDIM = 100

0 comments on commit aeafd35

Please sign in to comment.