We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0ddec commit b5486f3Copy full SHA for b5486f3
content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md
@@ -49,7 +49,7 @@ You will be using the **Himax HM-01B0 camera module** which has a resolution of
49
Inside the sketch, you can use these libraries to access the camera APIs, also compatible with the [Arduino Nicla Vision](hardware/nicla-vision)
50
```cpp
51
#include "camera.h" // Multi Media Card APIs
52
-#include "himax.h" // Mbed API for portable and embedded systems
+#include "himax.h" // API to read from the Himax camera found on the Portenta Vision Shield
53
```
54
55
#### Bitmap File Format
0 commit comments