diff options
| author | Selene ToyKeeper | 2021-09-15 01:40:06 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-09-15 01:40:06 -0600 |
| commit | b2d963efd4bcbc83a310c26d31c306176e21b1f6 (patch) | |
| tree | f2f01f6545dac54f9b23bbc2fa14c6dfd84950b7 /hwdef-Noctigon_KR4.h | |
| parent | documented "hold" action in number entry state (diff) | |
| parent | added Noctigon K9.3-tintramp build targets for FET, reduced FET, and noFET (diff) | |
| download | anduril-b2d963efd4bcbc83a310c26d31c306176e21b1f6.tar.gz anduril-b2d963efd4bcbc83a310c26d31c306176e21b1f6.tar.bz2 anduril-b2d963efd4bcbc83a310c26d31c306176e21b1f6.zip | |
merged K9.3-tintramp / D4Sv2-tintramp branch
(which also changed the way tint ramping is implemented,
to make things generally cleaner and more flexible)
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) |
