File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ You can create any number of Ticker objects, allowing multiple outstanding inter
22
22
23
23
Try this program to set up a Ticker to repeatedly invert an LED:
24
24
25
- [ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed. com/teams/mbed_example/code/ Ticker_HelloWorld/ )] ( https://os.mbed. com/teams/mbed_example/code/Ticker_HelloWorld/file/1b2dcb20aad0 /main.cpp )
25
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/ Ticker_HelloWorld/ )] ( https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/Ticker_HelloWorld /main.cpp )
26
26
27
27
## Ticker examples
28
28
29
29
Use this example to attach a member function to a ticker:
30
30
31
- [ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed. com/teams/mbed_example/code/ Ticker_Example/ )] ( https://os.mbed. com/teams/mbed_example/code/Ticker_Example/file/982ebb531653 /main.cpp )
31
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/ Ticker_Example/ )] ( https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/Ticker_Example /main.cpp )
32
32
33
33
## Related content
34
34
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ You can create any number of Timeout objects, allowing multiple outstanding inte
22
22
23
23
Set up a Timeout to invert an LED after a given timeout:
24
24
25
- [ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed. com/teams/mbed_example/code/ Timeout_HelloWorld/ )] ( https://os.mbed. com/teams/mbed_example/code/Timeout_HelloWorld/file/5692f58a7971 /main.cpp )
25
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/ Timeout_HelloWorld/ )] ( https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/Timeout_HelloWorld /main.cpp )
26
26
27
27
## Timeout example
28
28
29
29
Try this example to attach a member function:
30
30
31
- [ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed. com/teams/mbed_example/code/ Timeout_Example/ )] ( https://os.mbed. com/teams/mbed_example/code/Timeout_Example/file/517d40d18f1c /main.cpp )
31
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/ Timeout_Example/ )] ( https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/Timeout_Example /main.cpp )
32
32
33
33
## Related content
34
34
You can’t perform that action at this time.
0 commit comments