You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ports/raspberrypi/bindings/rp2pio/StateMachine.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@
100
100
//| :param ~microcontroller.Pin first_in_pin: the first pin to use with the IN instruction
101
101
//| :param int in_pin_count: the count of consecutive pins to use with IN starting at first_in_pin
102
102
//| :param int pull_in_pin_up: a 1-bit in this mask sets pull up on the corresponding in pin
103
-
//| :param int pull_in_pin_down: a 1-bit in this mask sets pull up on the corresponding in pin. Setting both pulls enables a "bus keep" function, i.e. a weak pull to whatever is current high/low state of GPIO.
103
+
//| :param int pull_in_pin_down: a 1-bit in this mask sets pull down on the corresponding in pin. Setting both pulls enables a "bus keep" function, i.e. a weak pull to whatever is current high/low state of GPIO.
104
104
//| :param ~microcontroller.Pin first_set_pin: the first pin to use with the SET instruction
105
105
//| :param int set_pin_count: the count of consecutive pins to use with SET starting at first_set_pin
106
106
//| :param int initial_set_pin_state: the initial output value for set pins starting at first_set_pin
0 commit comments