]> sigrok.org Git - libsigrokdecode.git/commitdiff
uart: rephrase data bits to data value conversion
authorGerhard Sittig <redacted>
Sun, 1 Jul 2018 13:30:30 +0000 (15:30 +0200)
committerUwe Hermann <redacted>
Sun, 15 Jul 2018 18:16:39 +0000 (20:16 +0200)
Use the already available .databits[] information which holds sample data
and bit time edge positions, and the common bitpack() routine. This shall
increase readability of the bits to value conversion.

[ best viewed with more context, like 'git diff -U5' ]


No differences found