Skip to content

Commit 53d53ab

Browse files
committed
Update readme Quick Start info about hardware drivers
1 parent 258e018 commit 53d53ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Welcome to SparkFun's MicroPython port of OpenCV! This is the first known MicroP
1313
* `cd micropython-opencv/examples`
1414
* `mpremote cp -r . :`
1515
3. Configure hardware drivers
16-
* The MicroPython port of OpenCV depends on hardware drivers to interface with cameras and displays. Drivers are built into the firmware, so there is no need to install them manually, but you will likely need to configure them for your specific hardware and board configuration.
17-
* [Examples](examples/cv2_hardware_init/) are provided for supported hardware. Edit the examples to work with your specific hardware and board configuration.
16+
* The MicroPython port of OpenCV depends on hardware drivers to interface with cameras and displays. Drivers are built into the firmware, so there is no need to install them manually.
17+
* An example module called [cv2_hardware_init](examples/cv2_hardware_init/) is imported by all examples to initialize the drivers. You will likely need to edit the files for your specific hardware and board configuration.
1818
4. Write OpenCV code!
1919
* Any IDE should work, so use your favorite!
2020
* The code block below contains snippets from various examples to highlight major features.

0 commit comments

Comments
 (0)