Skip to content

Commit 198e3ad

Browse files
committed
imagecapture: Fix doc markup, update docs for data_pins
Closes: #4896
1 parent 2cbdd18 commit 198e3ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared-bindings/imagecapture/ParallelImageCapture.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
//| href: Optional[microcontroller.Pin],
4646
//| ):
4747
//| """Create a parallel image capture object
48-
//| :param microcontroller.Pin data0: The first data pin. Additional data pins are assumed to follow this pin directly in the microcontroller's standard pin ordering.
48+
//|
49+
//| :param List[microcontroller.Pin] data_pins: The data pins.
4950
//| :param microcontroller.Pin clock: The pixel clock input.
5051
//| :param microcontroller.Pin vsync: The vertical sync input, which has a negative-going pulse at the beginning of each frame.
5152
//| :param microcontroller.Pin href: The horizontal reference input, which is high whenever the camera is transmitting valid pixel information.

0 commit comments

Comments
 (0)