Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
compass
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ajk1e20
compass
Commits
9b5d1857
Commit
9b5d1857
authored
3 years ago
by
ajk1e20
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
78fbfe6d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+24
-0
24 additions, 0 deletions
CMakeLists.txt
with
24 additions
and
0 deletions
CMakeLists.txt
0 → 100644
+
24
−
0
View file @
9b5d1857
add_executable
(
compass
compass.c
lib/fonts.c
lib/st7735.c
lib/DEV_Config.c
lib/ICM20948.c
)
# pull in common dependencies
target_link_libraries
(
compass
hardware_pwm
hardware_pio
hardware_spi
hardware_i2c
pico_stdlib
)
# create map/bin/hex file etc.
pico_add_extra_outputs
(
compass
)
# add url via pico_set_program_url
example_auto_set_url
(
compass
)
\ No newline at end of file
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