Initial Release
This commit is contained in:
12
i2c/mpu6050_i2c/CMakeLists.txt
Normal file
12
i2c/mpu6050_i2c/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
add_executable(mpu6050_i2c
|
||||
mpu6050_i2c.c
|
||||
)
|
||||
|
||||
# Pull in our (to be renamed) simple get you started dependencies
|
||||
target_link_libraries(mpu6050_i2c pico_stdlib hardware_i2c)
|
||||
|
||||
# create map/bin/hex file etc.
|
||||
pico_add_extra_outputs(mpu6050_i2c)
|
||||
|
||||
# add url via pico_set_program_url
|
||||
example_auto_set_url(mpu6050_i2c)
|
||||
Reference in New Issue
Block a user