Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
led-countdown
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cf2g21
led-countdown
Commits
2de3e41d
Commit
2de3e41d
authored
2 years ago
by
cf2g21
Browse files
Options
Downloads
Patches
Plain Diff
Upload CMakeLists.txt
parent
cfd4c0dd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
led_countdown/CMakeLists.txt
+12
-0
12 additions, 0 deletions
led_countdown/CMakeLists.txt
with
12 additions
and
0 deletions
led_countdown/CMakeLists.txt
0 → 100644
+
12
−
0
View file @
2de3e41d
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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment