File tree 10 files changed +11
-11
lines changed
10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_executable(i2c_bus_scan
2
2
bus_scan.c
3
3
)
4
4
5
- # Pull in our (to be renamed) simple get you started dependencies
5
+ # Pull in our get you started dependencies
6
6
target_link_libraries (i2c_bus_scan pico_stdlib hardware_i2c)
7
7
8
8
# create map/bin/hex file etc.
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ add_executable(lcd_1602_i2c
2
2
lcd_1602_i2c.c
3
3
)
4
4
5
- # Pull in our (to be renamed) simple get you started dependencies
5
+ # Pull in our get you started dependencies
6
6
target_link_libraries (lcd_1602_i2c pico_stdlib hardware_i2c)
7
7
8
8
# create map/bin/hex file etc.
9
9
pico_add_extra_outputs(lcd_1602_i2c)
10
10
11
11
# add url via pico_set_program_url
12
- example_auto_set_url(lcd_1602_i2c)
12
+ example_auto_set_url(lcd_1602_i2c)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_executable(mpu6050_i2c
2
2
mpu6050_i2c.c
3
3
)
4
4
5
- # Pull in our (to be renamed) simple get you started dependencies
5
+ # Pull in our get you started dependencies
6
6
target_link_libraries (mpu6050_i2c pico_stdlib hardware_i2c)
7
7
8
8
# create map/bin/hex file etc.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_executable(hello_rtc
2
2
hello_rtc.c
3
3
)
4
4
5
- # Pull in our (to be renamed) simple get you started dependencies
5
+ # Pull in our get you started dependencies
6
6
target_link_libraries (hello_rtc pico_stdlib hardware_rtc)
7
7
8
8
# create map/bin/hex file etc.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_executable(rtc_alarm
2
2
rtc_alarm.c
3
3
)
4
4
5
- # Pull in our (to be renamed) simple get you started dependencies
5
+ # Pull in our get you started dependencies
6
6
target_link_libraries (rtc_alarm pico_stdlib hardware_rtc)
7
7
8
8
# create map/bin/hex file etc.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_executable(rtc_alarm_repeat
2
2
rtc_alarm_repeat.c
3
3
)
4
4
5
- # Pull in our (to be renamed) simple get you started dependencies
5
+ # Pull in our get you started dependencies
6
6
target_link_libraries (rtc_alarm_repeat pico_stdlib hardware_rtc)
7
7
8
8
# create map/bin/hex file etc.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_executable(bme280_spi
2
2
bme280_spi.c
3
3
)
4
4
5
- # Pull in our (to be renamed) simple get you started dependencies
5
+ # Pull in our get you started dependencies
6
6
target_link_libraries (bme280_spi pico_stdlib hardware_spi)
7
7
8
8
# create map/bin/hex file etc.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_executable(mpu9250_spi
2
2
mpu9250_spi.c
3
3
)
4
4
5
- # Pull in our (to be renamed) simple get you started dependencies
5
+ # Pull in our get you started dependencies
6
6
target_link_libraries (mpu9250_spi pico_stdlib hardware_spi)
7
7
8
8
# create map/bin/hex file etc.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_executable(hello_timer
2
2
hello_timer.c
3
3
)
4
4
5
- # Pull in our (to be renamed) simple get you started dependencies
5
+ # Pull in our get you started dependencies
6
6
target_link_libraries (hello_timer pico_stdlib)
7
7
8
8
# create map/bin/hex file etc.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if (NOT PICO_TIME_NO_ALARM_SUPPORT)
3
3
periodic_sampler.c
4
4
)
5
5
6
- # Pull in our (to be renamed) simple get you started dependencies
6
+ # Pull in our get you started dependencies
7
7
target_link_libraries (periodic_sampler pico_stdlib)
8
8
9
9
# create map/bin/hex file etc.
You can’t perform that action at this time.
0 commit comments