mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2026-09-07 16:32:41 +00:00
56f2152daf
Also updated StatusBoard and StatusZero to reject duplicate identifiers (namedtuple doesn't pick 'em up because they're passed in a dict and thus the dups are squashed prior to the call). Added tests for all the relevant stuff.