Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Hosted Weblate 2021-04-06 16:42:21 +02:00
commit 2a5fe57e43
1 changed files with 1 additions and 3 deletions

View File

@ -55,8 +55,7 @@
//| This class is designed to facilitate sharing of PIO resources. By default, //| This class is designed to facilitate sharing of PIO resources. By default,
//| it is assumed that the state machine is used on its own and can be placed //| it is assumed that the state machine is used on its own and can be placed
//| in either PIO. State machines with the same program will be placed in the //| in either PIO. State machines with the same program will be placed in the
//| same PIO if possible. To ensure multiple state machines share a PIO use //| same PIO if possible."""
//| the ``colocate`` kwarg during construction and create them one after another."""
//| //|
//| def __init__(self, //| def __init__(self,
//| program: ReadableBuffer, //| program: ReadableBuffer,
@ -87,7 +86,6 @@
//| auto_push: bool = False, //| auto_push: bool = False,
//| push_threshold : int = 32, //| push_threshold : int = 32,
//| in_shift_right : bool = True) -> None: //| in_shift_right : bool = True) -> None:
// //| colocate: Union[int, StateMachine, None] = None
//| //|
//| """Construct a StateMachine object on the given pins with the given program. //| """Construct a StateMachine object on the given pins with the given program.
//| //|