blob: 8ecf027e861a71eec427715fab609cd6a939714d (
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
35
36
37
38
39
|
test exception_samplerate
protocol-decoder am230x
input misc/no-samplerate.sr
output am230x exception match SamplerateError
test am2301
protocol-decoder am230x channel sda=5
input am230x/am2301/am2301_1mhz.sr
output am230x annotation match am2301_1mhz.output
test am2302
protocol-decoder am230x channel sda=0
input am230x/am2302/am2302_1mhz.sr
output am230x annotation match am2302_1mhz.output
test am2303
protocol-decoder am230x channel sda=0
input am230x/am2303/am2303_1mhz.sr
output am230x annotation match am2303_1mhz.output
test am2320
protocol-decoder am230x channel sda=0
input am230x/am2320/am2320_1mhz.sr
output am230x annotation match am2320_1mhz.output
test am2321
protocol-decoder am230x channel sda=0
input am230x/am2321/am2321_1mhz.sr
output am230x annotation match am2321_1mhz.output
test am2322
protocol-decoder am230x channel sda=0
input am230x/am2322/am2322_1mhz.sr
output am230x annotation match am2322_1mhz.output
test dht11
protocol-decoder am230x channel sda=5 option device=dht11
input am230x/dht11/dht11_1mhz.sr
output am230x annotation match dht11_1mhz.output
|