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 9088320 commit 705de7bCopy full SHA for 705de7b
examples/breakout_mlx90640/CMakeLists.txt
@@ -6,7 +6,7 @@ add_executable(
6
)
7
8
# Pull in pico libraries that we need
9
-target_link_libraries(${OUTPUT_NAME} pico_stdlib mlx90640 hub75_legacy hardware_vreg)
+target_link_libraries(${OUTPUT_NAME} pico_stdlib mlx90640 hub75_legacy hardware_vreg hardware_clocks)
10
11
# create map/bin/hex file etc.
12
pico_add_extra_outputs(${OUTPUT_NAME})
examples/breakout_mlx90640/demo.cpp
@@ -1,5 +1,6 @@
1
#include "pico/stdlib.h"
2
#include "hardware/vreg.h"
3
+#include "hardware/clocks.h"
4
#include "stdio.h"
5
#include <algorithm>
0 commit comments