blob: 2837e736b7ff6a68d4d03ec8032c5e243ddb9a2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
test exception_samplerate
protocol-decoder rgb_led_ws281x
input misc/no-samplerate.sr
output rgb_led_ws281x exception match SamplerateError
test ws281x_4ch_5mhz_snippet_ch0
protocol-decoder rgb_led_ws281x channel din=0
input led/ws281x/ws281x_4ch_5mhz_snippet.sr
output rgb_led_ws281x annotation match ws281x_4ch_5mhz_snippet_ch0.output
test ws281x_4ch_5mhz_snippet_ch1
protocol-decoder rgb_led_ws281x channel din=1
input led/ws281x/ws281x_4ch_5mhz_snippet.sr
output rgb_led_ws281x annotation match ws281x_4ch_5mhz_snippet_ch1.output
test ws281x_4ch_5mhz_snippet_ch2
protocol-decoder rgb_led_ws281x channel din=2
input led/ws281x/ws281x_4ch_5mhz_snippet.sr
output rgb_led_ws281x annotation match ws281x_4ch_5mhz_snippet_ch2.output
test ws281x_4ch_5mhz_snippet_ch3
protocol-decoder rgb_led_ws281x channel din=3
input led/ws281x/ws281x_4ch_5mhz_snippet.sr
output rgb_led_ws281x annotation match ws281x_4ch_5mhz_snippet_ch3.output
test ws2812b_neopixel24_4mhz_snippet
protocol-decoder rgb_led_ws281x channel din=0
input led/ws2812b_neopixel24/ws2812b_neopixel24_4mhz_snippet.sr
output rgb_led_ws281x annotation match ws2812b_neopixel24_4mhz_snippet.output
test ws281x_rgbw_4mhz_snippet
protocol-decoder rgb_led_ws281x channel din=0 option type=RGBW
input led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr
output rgb_led_ws281x annotation match ws281x_RGBW_4mhz_snippet.output
|