A LoRa APRS node with KISS interface based on a Raspberry Pi Pico
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
248 B

add_executable(pico_stdlib_test pico_stdlib_test.c)
target_compile_definitions(pico_stdlib_test PRIVATE
#PICO_ENTER_USB_BOOT_ON_EXIT=1
)
target_link_libraries(pico_stdlib_test PRIVATE pico_stdlib)
pico_add_extra_outputs(pico_stdlib_test)