]> sigrok.org Git - libsigrokdecode.git/commitdiff
sdcard_sd: Use a Bit class to improve readability.
authorUwe Hermann <redacted>
Fri, 10 Jan 2020 23:46:40 +0000 (00:46 +0100)
committerUwe Hermann <redacted>
Sat, 11 Jan 2020 00:30:41 +0000 (01:30 +0100)
Usually we'd use namedtuple(), but in this case we need to
retro-actively modify the items, so that's not possible.


No differences found