Add Bluetooth examples
Co-authored-by: Peter Harper <77111776+peterharperuk@users.noreply.github.com>
This commit is contained in:
6
pico_w/bt/spp_streamer_with_wifi/CMakeLists.txt
Normal file
6
pico_w/bt/spp_streamer_with_wifi/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
set(NAME spp_streamer)
|
||||
picow_bt_example_target_name(${NAME}_with_wifi TARGET_NAME)
|
||||
|
||||
picow_bt_example_poll(${NAME} ${TARGET_NAME} picow_bt_example_cyw43_lwip_poll)
|
||||
picow_bt_example_background(${NAME} ${TARGET_NAME} picow_bt_example_cyw43_lwip_background)
|
||||
picow_bt_example_freertos(${NAME} ${TARGET_NAME} picow_bt_example_cyw43_lwip_freertos)
|
||||
Reference in New Issue
Block a user