]> sigrok.org Git - libsigrokdecode.git/commit
srd: onewire_link/network: Fix annotations, small cleanups.
authorUwe Hermann <redacted>
Sat, 21 Jul 2012 17:16:16 +0000 (19:16 +0200)
committerUwe Hermann <redacted>
Sat, 21 Jul 2012 19:47:54 +0000 (21:47 +0200)
commit3f302d519e813af30a796a16f84e688550827ae0
tree2a2d6e6fa41c2f4f0b9607fababc2e861e1fa0e2
parent48b5974694d0a587f3d7bc9c58a2cc5bf917f644
srd: onewire_link/network: Fix annotations, small cleanups.

The annotation types are 'Text' and 'Warnings', not 'Link' etc. as the
annotations of the onewire_link PD (for example) are already clearly
from the link layer. The annotation types should be different things/formats
of a specific PD's annotation output instead (like "Celsius" / "Kelvin"
for some temperature sensor, for example).
decoders/onewire_link/onewire_link.py
decoders/onewire_network/onewire_network.py