mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2026-09-07 16:32:41 +00:00
f6294a5bf4
Makes `value` an alias of `is_active` in the base `GPIODevice`, and `values` an infinite iterable of this value. Then adds `source` property to `OutputDevice` allowing simple linkage of devices via iterators.