summaryrefslogtreecommitdiff
path: root/decoders/nes_gamepad
AgeCommit message (Collapse)Author
2023-07-29nes_gamepad: adjust Python style of decoder implementationGerhard Sittig
Rephrase the NES gamepad decoder to become more idiomatic Python. Address nits to better match the sigrok project's coding style. Eliminate hidden coupling by means of instance variables.
2020-01-01All PDs: Consistently use singular/plural for annotation classes/rows.Uwe Hermann
2019-11-30nes_gamepad: implement and add decoderStephan Thiele