Initial Release
This commit is contained in:
12
pwm/measure_duty_cycle/CMakeLists.txt
Normal file
12
pwm/measure_duty_cycle/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
add_executable(pwm_measure_duty_cycle
|
||||
measure_duty_cycle.c
|
||||
)
|
||||
|
||||
# Pull in our pico_stdlib which pulls in commonly used features
|
||||
target_link_libraries(pwm_measure_duty_cycle pico_stdlib hardware_pwm)
|
||||
|
||||
# create map/bin/hex file etc.
|
||||
pico_add_extra_outputs(pwm_measure_duty_cycle)
|
||||
|
||||
# add url via pico_set_program_url
|
||||
example_auto_set_url(pwm_measure_duty_cycle)
|
||||
Reference in New Issue
Block a user