You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple idea:
Scale the fans duty cycle linearly with light intensity:
The maximum value of LEDs are 3 * 255^2 (pythagoras).
The fans duty cycle shall simply be the current intensity: (r^2 + b^2 + g^2) / (3 * 255^2).
Scale it using the sign with the highest intensity
The text was updated successfully, but these errors were encountered:
Implement functionality for fan control.
Simple idea:
Scale the fans duty cycle linearly with light intensity:
The maximum value of LEDs are 3 * 255^2 (pythagoras).
The fans duty cycle shall simply be the current intensity: (r^2 + b^2 + g^2) / (3 * 255^2).
Scale it using the sign with the highest intensity
The text was updated successfully, but these errors were encountered: