diff options
| author | Gabriel Hart | 2021-09-19 10:15:57 -0500 |
|---|---|---|
| committer | Gabriel Hart | 2021-09-19 10:15:57 -0500 |
| commit | b1ceb8cc59a075cf9ce69ef4eb1239747be0d4a2 (patch) | |
| tree | d36c0cc56b7452a84f1f7d2bab0125cd3c94ca99 /hwdef-Noctigon_KR4.h | |
| parent | Merge TK's changes thru her rev 618 including autolock in Simple UI and jump ... (diff) | |
| parent | clarified where brightness level comes from in beacon/sos/momentary modes (diff) | |
| download | anduril-b1ceb8cc59a075cf9ce69ef4eb1239747be0d4a2.tar.gz anduril-b1ceb8cc59a075cf9ce69ef4eb1239747be0d4a2.tar.bz2 anduril-b1ceb8cc59a075cf9ce69ef4eb1239747be0d4a2.zip | |
Merge TK changes thru rev 623 (2021-09-17)
Diffstat (limited to 'hwdef-Noctigon_KR4.h')
| -rw-r--r-- | hwdef-Noctigon_KR4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdef-Noctigon_KR4.h b/hwdef-Noctigon_KR4.h index eee4e08..75dd4c6 100644 --- a/hwdef-Noctigon_KR4.h +++ b/hwdef-Noctigon_KR4.h @@ -132,7 +132,7 @@ inline void hwdef_setup() { // configure PWM // Setup PWM. F_pwm = F_clkio / 2 / N / TOP, where N = prescale factor, TOP = top of counter // pre-scale for timer: N = 1 - // WGM1[3:0]: 0,0,1,1: PWM, Phase Correct, 10-bit (DS table 12-5) + // WGM1[3:0]: 1,0,1,0: PWM, Phase Correct, adjustable (DS table 12-5) // CS1[2:0]: 0,0,1: clk/1 (No prescaling) (DS table 12-6) // COM1A[1:0]: 1,0: PWM OC1A in the normal direction (DS table 12-4) // COM1B[1:0]: 1,0: PWM OC1B in the normal direction (DS table 12-4) |
