Skip to content

Commit 43b96d5

Browse files
update LowPowerTicker examples links
1 parent 45e747b commit 43b96d5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/api/power/LowPowerTicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can create any number of LowPowerTicker objects, allowing multiple outstandi
2020

2121
Try this program to set up a LowPowerTicker to repeatedly invert an LED:
2222

23-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/LowPowerTicker_HelloWorld/)](https://os.mbed.com/teams/mbed_example/code/LowPowerTicker_HelloWorld/file/3ef1e3fe0d3b/main.cpp)
23+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/lowpowerTicker_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/lowpowerTicker_ex_1/main.cpp)
2424

2525
## Related content
2626

docs/api/power/LowPowerTimeout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use the LowPowerTimeout interface to set up an interrupt to call a function afte
1717

1818
Set up a time out to invert an LED after a given time:
1919

20-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/LowPowerTimeout-example/)](https://os.mbed.com/teams/mbed_example/code/LowPowerTimeout-example/file/28699dc8770e/main.cpp)
20+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/lowpowerTimeout_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/lowpowerTimeout_ex_1/main.cpp)
2121

2222
## Related content
2323

docs/api/power/LowPowerTimer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ You can use the LowPowerTimer interface to create, start, stop and read a timer
1212

1313
## LowPowerTimer example
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/LowPowerTimer-example/)](https://os.mbed.com/teams/mbed_example/code/LowPowerTimer-example/file/13760b19fc77/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/lowpowerTimer_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/lowpowerTimer_ex_1/main.cpp
16+
17+
)
1618

1719
## Related content
1820

0 commit comments

Comments
 (0)