improve gpio.py basic example by passing in a list of pins.
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 12 May 2022 09:14:04 +0000 (10:14 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 12 May 2022 09:14:04 +0000 (10:14 +0100)
commitb1a3f51e9f104441cd87108ce345d775a537573b
treea6c1be705b500135689cf7cc0129754e7955e565
parent3bb221ae03b6daaf2c18e58771ab97bf45b06a80
improve gpio.py basic example by passing in a list of pins.
the previous version was a little... odd: enumerating the actual bits
of an 8-bit Signal as an Array
examples/basic/gpio.py