Skip to content
Snippets Groups Projects
Commit 2de3e41d authored by cf2g21's avatar cf2g21
Browse files

Upload CMakeLists.txt

parent cfd4c0dd
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.13)
include(pico_sdk_import.cmake)
project(led_countdown)
add_executable(led_countdown main.c)
pico_sdk_init()
pico_enable_stdio_usb(led_countdown 1)
pico_enable_stdio_uart(led_countdown 1)
pico_add_extra_outputs(led_countdown)
target_link_libraries(led_countdown pico_stdlib hardware_pwm hardware_clocks)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment