project(RP2040_Servomoteurs C)

include(../pico_sdk_import.cmake)

add_library(RP2040_Servomoteurs
    Servomoteur.c
)

target_link_libraries(RP2040_Servomoteurs
    pico_stdlib
    hardware_pwm
)
