File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
ports/raspberrypi/bindings/rp2pio Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 55
55
//| This class is designed to facilitate sharing of PIO resources. By default,
56
56
//| it is assumed that the state machine is used on its own and can be placed
57
57
//| in either PIO. State machines with the same program will be placed in the
58
- //| same PIO if possible. To ensure multiple state machines share a PIO use
59
- //| the ``colocate`` kwarg during construction and create them one after another."""
58
+ //| same PIO if possible."""
60
59
//|
61
60
//| def __init__(self,
62
61
//| program: ReadableBuffer,
87
86
//| auto_push: bool = False,
88
87
//| push_threshold : int = 32,
89
88
//| in_shift_right : bool = True) -> None:
90
- // //| colocate: Union[int, StateMachine, None] = None
91
89
//|
92
90
//| """Construct a StateMachine object on the given pins with the given program.
93
91
//|
You can’t perform that action at this time.
0 commit comments