File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ports/raspberrypi/bindings/rp2pio Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 101
101
//| :param int frequency: the target clock frequency of the state machine. Actual may be less. Use 0 for system clock speed.
102
102
//| :param ReadableBuffer init: a program to run once at start up. This is run after program
103
103
//| is started so instructions may be intermingled
104
- //| :param ReadableBuffer may_exec: Instructions that may be executed via `StateMachine.exec ` calls.
104
+ //| :param ReadableBuffer may_exec: Instructions that may be executed via `StateMachine.run ` calls.
105
105
//| Some elements of the `StateMachine`'s configuration are inferred from the instructions used;
106
106
//| for instance, if there is no ``in`` or ``push`` instruction, then the `StateMachine` is configured without a receive FIFO.
107
107
//| In this case, passing a ``may_exec`` program containing an ``in`` instruction such as ``in x``, a receive FIFO will be configured.
You can’t perform that action at this time.
0 commit comments