Updated firmware and test tool with with simple random number generator code

This commit is contained in:
Mickey Malone
2021-02-07 11:01:42 -06:00
parent b4d5453fd4
commit 8cdffc8d4c
3 changed files with 56 additions and 9 deletions

View File

@@ -2,5 +2,7 @@ add_executable(pico_rng
pico_rng.c
)
target_link_libraries(pico_rng PRIVATE pico_stdlib hardware_resets hardware_irq)
target_link_libraries(pico_rng PRIVATE pico_stdlib hardware_resets hardware_irq hardware_adc)
pico_enable_stdio_uart(pico_rng 1)
pico_add_extra_outputs(pico_rng)