We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d95cfc3 + 3c1c477 commit df52d99Copy full SHA for df52d99
ports/raspberrypi/bindings/rp2pio/StateMachine.c
@@ -97,7 +97,7 @@
97
//| """Construct a StateMachine object on the given pins with the given program.
98
//|
99
//| :param ReadableBuffer program: the program to run with the state machine
100
-//| :param int frequency: the target clock frequency of the state machine. Actual may be less.
+//| :param int frequency: the target clock frequency of the state machine. Actual may be less. Use 0 for system clock speed.
101
//| :param ReadableBuffer init: a program to run once at start up. This is run after program
102
//| is started so instructions may be intermingled
103
//| :param ~microcontroller.Pin first_out_pin: the first pin to use with the OUT instruction
0 commit comments