Skip to content

Commit

Permalink
radio-test code for BITSv5.2 works now, RX and TX
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Shipman committed Mar 9, 2024
1 parent d72eca4 commit 4944534
Show file tree
Hide file tree
Showing 779 changed files with 95,121 additions and 36,280 deletions.
6 changes: 2 additions & 4 deletions Code/BITS/BITSv5/radio-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ set(CMAKE_CXX_STANDARD 17)
pico_sdk_init()
add_executable(radio-test
radio_test.cpp
radio.cpp
sx126x-board.cpp
sx126x.cpp
../../../libraries/rp2040-drf1262-lib/SX1262.cpp
)
pico_enable_stdio_usb(radio-test 1)
pico_enable_stdio_uart(radio-test 1)
pico_add_extra_outputs(radio-test)
target_link_libraries(radio-test pico_stdlib hardware_spi hardware_gpio hardware_sync)
target_link_libraries(radio-test pico_stdlib hardware_spi hardware_gpio hardware_sync pico_unique_id pico_rand hardware_irq hardware_flash hardware_i2c)
Loading

0 comments on commit 4944534

Please sign in to comment.