Skip to content

Commit b74c3b9

Browse files
authored
Update content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md
1 parent 93531bd commit b74c3b9

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card

1 file changed

+1
-1
lines changed

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You will be using the **Himax HM-01B0 camera module** which has a resolution of
4949
Inside the sketch you can use these libraries to access the camera APIs, also compatible with the [Arduino Nicla Vision](hardware/nicla-vision)
5050
```cpp
5151
#include "camera.h" // Multi Media Card APIs
52-
#include "himax.h" // Mbed API for portable and embedded systems
52+
#include "himax.h" // API to read from the Himax camera found on the Portenta Vision Shield
5353
```
5454

5555
#### Bitmap File Format

0 commit comments

Comments
 (0)