|
46 | 46 | //| self,
|
47 | 47 | //| *,
|
48 | 48 | //| 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, |
52 | 52 | //| i2c: busio.I2C,
|
53 | 53 | //| external_clock_pin: microcontroller.Pin,
|
54 | 54 | //| external_clock_frequency: int,
|
|
79 | 79 | //| that case.
|
80 | 80 | //|
|
81 | 81 | //| :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 |
85 | 85 | //| :param i2c: The I2C bus connected to the camera module
|
86 |
| -//| :param external_clock_frequency: The frequency generated on the external clock pin |
87 | 86 | //| :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 |
88 | 88 | //| :param powerdown_pin: The powerdown input to the camera module
|
89 | 89 | //| :param reset_pin: The reset input to the camera module
|
90 | 90 | //| :param pixel_format: The pixel format of the captured image
|
|
0 commit comments