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: shared-bindings/imagecapture/ParallelImageCapture.c
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@
45
45
//| href: Optional[microcontroller.Pin],
46
46
//| ):
47
47
//| """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.
49
50
//| :param microcontroller.Pin clock: The pixel clock input.
50
51
//| :param microcontroller.Pin vsync: The vertical sync input, which has a negative-going pulse at the beginning of each frame.
51
52
//| :param microcontroller.Pin href: The horizontal reference input, which is high whenever the camera is transmitting valid pixel information.
0 commit comments