Skip to content
Snippets Groups Projects
Commit 9b5d1857 authored by ajk1e20's avatar ajk1e20
Browse files

Upload New File

parent 78fbfe6d
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment