]> sigrok.org Git - libsigrokdecode.git/commit
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)
commit07da8a9b7b4c6e433b2246e65c712f4b2dbcc856
tree849f3979755b372825a6a6797c6a3b0ce5d8cf94
parent608b9c03f627a9c7d8ebc485c6b74cc61a4d6875
sdcard_sd: Use a Bit class to improve readability.

Usually we'd use namedtuple(), but in this case we need to
retro-actively modify the items, so that's not possible.
decoders/sdcard_sd/pd.py