Skip to content

Commit 1064eff

Browse files
authored
Merge pull request #80 from javiBajoCero/main
small doc errata fix
2 parents 42dadac + 59f9cb3 commit 1064eff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/user_peripherals/19_impostor_WS2812b.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can also include images in this folder and reference them in the markdown. E
88

99
# WS2812B impostor
1010

11-
Author: Javier MS
11+
Author: [Javier Munoz Saez](https://github.com/javiBajoCero).
1212

1313
Peripheral index: 19
1414

@@ -60,8 +60,8 @@ The default preescaler values after reset are 3840 and 38, configured to work wi
6060
## How to Test
6161

6262
1. (Optional) Adjust timing parameters if needed: (prescalers are for 62.5 MHz clock by default after reset)
63-
- Write a new 32-bit `idle_ticks` value to addresses `0x04–0x07`
64-
- Write a new 32-bit `threshold_cycles` value to addresses `0x0C–0x0F`
63+
- Write a new 16-bit `shadow_idle_ticks` value to addresses `0x06–0x07`
64+
- Write a new 16-bit `shadow_threshold_cycles` value to addresses `0x0A–0x0B`
6565
- Write any value to `prescaler_commit` (e.g. `0xFF`) to address `0x05` to **commit** the new values
6666

6767
2. (Optional) Select DIN input:(DIN is `ui_in[1]` by default after reset)

0 commit comments

Comments
 (0)