Initial commit

This commit is contained in:
Mickey Malone
2021-02-06 08:35:38 -06:00
parent c77250398e
commit c64e6d5cc7
9 changed files with 972 additions and 0 deletions

6
firmware/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
add_executable(pico_rng
pico_rng.c
)
target_link_libraries(pico_rng PRIVATE pico_stdlib hardware_resets hardware_irq)
pico_add_extra_outputs(pico_rng)