blob: 8a4fe5183b01491f65e2f5438a7ec9660e7a2d71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
test graycode_ramp
protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
input graycode/synthetic/graycode-ramp.sr
output graycode annotation match graycode_ramp.output
test graycode_sin
protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
input graycode/synthetic/graycode-sin.sr
output graycode annotation match graycode_sin.output
test rotary_ramp
protocol-decoder graycode channel d0=0 channel d1=1
input graycode/synthetic/rotary-ramp.sr
output graycode annotation match rotary_ramp.output
test rotary_sin
protocol-decoder graycode channel d0=0 channel d1=1
input graycode/synthetic/rotary-sin.sr
output graycode annotation match rotary_sin.output
|