Compare commits

...

2 Commits

Author SHA1 Message Date
69aad2dc30 Merge branch 'master' of https://git.pupes.org/PoliEcho/sint-gauntlet 2026-04-24 14:08:18 +02:00
6cfeaf239e add pwm 2026-04-24 14:08:07 +02:00

View File

@ -50,6 +50,7 @@ target_link_libraries(sint-gauntlet
hardware_timer hardware_timer
hardware_clocks hardware_clocks
hardware_pwm hardware_pwm
hardware_adc
) )
pico_add_extra_outputs(sint-gauntlet) pico_add_extra_outputs(sint-gauntlet)