blinky: erstes Pico-2W-Projekt + README mit Setup-Stolperern
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
include(pico_sdk_import.cmake)
|
||||
|
||||
project(blinky C CXX ASM)
|
||||
|
||||
pico_sdk_init()
|
||||
|
||||
add_executable(blinky
|
||||
blinky.c
|
||||
)
|
||||
|
||||
target_link_libraries(blinky
|
||||
pico_stdlib
|
||||
pico_cyw43_arch_none
|
||||
)
|
||||
|
||||
pico_add_extra_outputs(blinky)
|
||||
Reference in New Issue
Block a user