project(Mod_Communication C)

add_library(Mod_Communication
    Servomoteur.c
)

target_link_libraries(Mod_Communication
    pico_stdlib
)
