Skip to content

Commit f12136a

Browse files
committed
esp32-camera: sync doc with code.
Closes: #6836
1 parent 5bbbca4 commit f12136a

File tree

1 file changed

+7
-7
lines changed
  • ports/espressif/bindings/esp32_camera

1 file changed

+7
-7
lines changed

ports/espressif/bindings/esp32_camera/Camera.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
//| self,
4747
//| *,
4848
//| data_pins: List[microcontroller.Pin],
49-
//| pixel_clock: microcontroller.Pin,
50-
//| vsync: microcontroller.Pin,
51-
//| href: microcontroller.Pin,
49+
//| pixel_clock_pin: microcontroller.Pin,
50+
//| vsync_pin: microcontroller.Pin,
51+
//| href_pin: microcontroller.Pin,
5252
//| i2c: busio.I2C,
5353
//| external_clock_pin: microcontroller.Pin,
5454
//| external_clock_frequency: int,
@@ -79,12 +79,12 @@
7979
//| that case.
8080
//|
8181
//| :param data_pins: The 8 data data_pins used for image data transfer from the camera module, least significant bit first
82-
//| :param pixel_clock: The pixel clock output from the camera module
83-
//| :param vsync: The vertical sync pulse output from the camera module
84-
//| :param href: The horizontal reference output from the camera module
82+
//| :param pixel_clock_pin: The pixel clock output from the camera module
83+
//| :param vsync_pin: The vertical sync pulse output from the camera module
84+
//| :param href_pin: The horizontal reference output from the camera module
8585
//| :param i2c: The I2C bus connected to the camera module
86-
//| :param external_clock_frequency: The frequency generated on the external clock pin
8786
//| :param external_clock_pin: The pin on which to generate the external clock
87+
//| :param external_clock_frequency: The frequency generated on the external clock pin
8888
//| :param powerdown_pin: The powerdown input to the camera module
8989
//| :param reset_pin: The reset input to the camera module
9090
//| :param pixel_format: The pixel format of the captured image

0 commit comments

Comments
 (0)