mirror of
https://github.com/polhenarejos/pico-rng.git
synced 2026-04-09 17:25:51 +02:00
9 lines
188 B
CMake
9 lines
188 B
CMake
add_executable(pico_rng
|
|
pico_rng.c
|
|
)
|
|
|
|
target_link_libraries(pico_rng PRIVATE pico_stdlib hardware_adc)
|
|
|
|
pico_enable_stdio_uart(pico_rng 1)
|
|
pico_add_extra_outputs(pico_rng)
|