Skip to content
Snippets Groups Projects
Commit 77a320b8 authored by ajk1e20's avatar ajk1e20
Browse files

Upload New File

parent 4aa33828
No related branches found
No related tags found
No related merge requests found
add_executable(blink
blink.c
)
# pull in common dependencies
target_link_libraries(blink pico_stdlib)
# create map/bin/hex file etc.
pico_add_extra_outputs(blink)
# add url via pico_set_program_url
example_auto_set_url(blink)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment