mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
protocol translation +
This commit is contained in:
parent
6da9dc3785
commit
178ce96f97
@ -84,8 +84,7 @@ class Decoder(srd.Decoder):
|
|||||||
outputs = []
|
outputs = []
|
||||||
tags = ['Encoding']
|
tags = ['Encoding']
|
||||||
optional_channels = tuple(
|
optional_channels = tuple(
|
||||||
{'id': 'd{}'.format(i), 'name': 'D{}'.format(i), 'desc': 'Data line {}'.format(i)
|
{'id': 'd{}'.format(i), 'name': 'D{}'.format(i), 'desc': 'Data line {}'.format(i)}
|
||||||
#, 'idn':'dec_graycode_opt_chan_d{}'.format(i)}
|
|
||||||
for i in range(MAX_CHANNELS)
|
for i in range(MAX_CHANNELS)
|
||||||
)
|
)
|
||||||
options = (
|
options = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user