Upload files to "/"
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
include(pico_sdk_import.cmake)
|
||||
project(hello_world)
|
||||
pico_sdk_init()
|
||||
|
||||
add_executable(blink blink.c)
|
||||
target_link_libraries(blink pico_stdlib hardware_pwm hardware_i2c)
|
||||
pico_add_extra_outputs(blink)
|
||||
Reference in New Issue
Block a user