This commit is contained in:
Andrew Scheller
2016-05-28 13:56:04 +01:00
parent 42f9d4f3b8
commit d8ae4b6814

View File

@@ -489,7 +489,7 @@ class PiLiter(LEDBoard):
If ``True``, construct :class:`PWMLED` instances for each pin. If If ``True``, construct :class:`PWMLED` instances for each pin. If
``False`` (the default), construct regular :class:`LED` instances. ``False`` (the default), construct regular :class:`LED` instances.
:param: bool initial_value: :param bool initial_value:
If ``False`` (the default), all LEDs will be off initially. If If ``False`` (the default), all LEDs will be off initially. If
``None``, each device will be left in whatever state the pin is found ``None``, each device will be left in whatever state the pin is found
in when configured for output (warning: this can be on). If ``True``, in when configured for output (warning: this can be on). If ``True``,