From 6cfeaf239ea8172746bc3c89da2740543c1fdb63 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Fri, 24 Apr 2026 14:08:07 +0200 Subject: [PATCH] add pwm --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4a5362..c08b90e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,6 +50,7 @@ target_link_libraries(sint-gauntlet hardware_timer hardware_clocks hardware_pwm + hardware_adc ) pico_add_extra_outputs(sint-gauntlet)