kopia lustrzana https://github.com/pimoroni/pimoroni-pico
11 wiersze
210 B
CMake
11 wiersze
210 B
CMake
|
add_executable(
|
||
|
rgb_keypad
|
||
|
demo.cpp
|
||
|
)
|
||
|
|
||
|
# Pull in pico libraries that we need
|
||
|
target_link_libraries(rgb_keypad pico_stdlib pico_rgb_keypad)
|
||
|
|
||
|
# create map/bin/hex file etc.
|
||
|
pico_add_extra_outputs(rgb_keypad)
|