api_version = 1
id = 'can'
name = 'CAN'
- longname = 'Controller area network'
+ longname = 'Controller Area Network'
desc = 'Field bus protocol for distributed realtime control.'
license = 'gplv2+'
inputs = ['logic']
longname = 'Extended Display Identification Data'
desc = 'Data structure describing display device capabilities.'
license = 'gplv3+'
- inputs = ['ddc2']
+ inputs = ['i2c']
outputs = ['edid']
+ probes = []
+ optional_probes = []
options = {}
annotations = [
['EDID fields', 'EDID structure fields'],
class Decoder(srd.Decoder):
api_version = 1
id = 'maxim_ds28ea00'
- name = 'Maxim DS28EA00'
+ name = 'DS28EA00'
longname = 'Maxim DS28EA00 1-Wire digital thermometer'
- desc = '1-Wire digital thermometer with Sequence Detect and PIO'
+ desc = '1-Wire digital thermometer with Sequence Detect and PIO.'
license = 'gplv2+'
inputs = ['onewire_network']
outputs = ['maxim_ds28ea00']
id = 'usb_protocol'
name = 'USB protocol'
longname = 'Universal Serial Bus (LS/FS) protocol'
- desc = 'USB 1.x (low-speed and full-speed) serial protocol.'
+ desc = 'USB (low-speed and full-speed) serial protocol.'
license = 'gplv2+'
inputs = ['usb_signalling']
outputs = ['usb_protocol']
id = 'usb_signalling'
name = 'USB signalling'
longname = 'Universal Serial Bus (LS/FS) signalling'
- desc = 'USB 1.x (low-speed and full-speed) signalling protocol.'
+ desc = 'USB (low-speed and full-speed) signalling protocol.'
license = 'gplv2+'
inputs = ['logic']
outputs = ['usb_signalling']