diff options
| author | Selene ToyKeeper | 2023-10-27 05:48:14 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-10-27 05:48:14 -0600 |
| commit | 1ac0da62f1b582a2b62d07c164acc983a5c0b004 (patch) | |
| tree | 2af939697ad493fee5e903a7bc7fa7c820122893 /hwdef-emisar-d4k-3ch.c | |
| parent | converted gchart-fet1-t1616 to new API (diff) | |
| download | anduril-1ac0da62f1b582a2b62d07c164acc983a5c0b004.tar.gz anduril-1ac0da62f1b582a2b62d07c164acc983a5c0b004.tar.bz2 anduril-1ac0da62f1b582a2b62d07c164acc983a5c0b004.zip | |
converted noctigon-m44 to use PWM+DSM instead of PWM+PFM (dynamic PWM)
(this gives better, smoother low modes and reduced flicker)
Diffstat (limited to 'hwdef-emisar-d4k-3ch.c')
| -rw-r--r-- | hwdef-emisar-d4k-3ch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hwdef-emisar-d4k-3ch.c b/hwdef-emisar-d4k-3ch.c index 58e9b35..ba6643d 100644 --- a/hwdef-emisar-d4k-3ch.c +++ b/hwdef-emisar-d4k-3ch.c @@ -262,6 +262,7 @@ void set_level_auto3(uint8_t level) { } ///// "gradual tick" functions for smooth thermal regulation ///// +// (and other smooth adjustments) bool gradual_adjust(PWM_DATATYPE main2, PWM_DATATYPE led3, PWM_DATATYPE led4) { // adjust multiple times based on current brightness |
