mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
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.