Skip to content

Commit df52d99

Browse files
authored
Merge pull request #6714 from dannystaple/patch-2
Improve docs for rp2Pio Statemachine frequency
2 parents d95cfc3 + 3c1c477 commit df52d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/bindings/rp2pio/StateMachine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
//| """Construct a StateMachine object on the given pins with the given program.
9898
//|
9999
//| :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.
100+
//| :param int frequency: the target clock frequency of the state machine. Actual may be less. Use 0 for system clock speed.
101101
//| :param ReadableBuffer init: a program to run once at start up. This is run after program
102102
//| is started so instructions may be intermingled
103103
//| :param ~microcontroller.Pin first_out_pin: the first pin to use with the OUT instruction

0 commit comments

Comments
 (0)