Skip to content

Commit 7a19150

Browse files
update interruptin examples links
1 parent c8d85be commit 7a19150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/io/InterruptIn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ To read an input, see [DigitalIn](digitalin.html).
2222

2323
## InterruptIn hello, world
2424

25-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/InterruptIn_HelloWorld/)](https://os.mbed.com/teams/mbed_example/code/InterruptIn_HelloWorld/file/de061b559d35/main.cpp)
25+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/InterruptIn_ex_2/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/InterruptIn_ex_2/main.cpp)
2626

2727
## InterruptIn example
2828

2929
Try the following example to count rising edges on a pin.
3030

31-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/InterruptIn_ex_1/)](https://os.mbed.com/teams/mbed_example/code/InterruptIn_ex_1/file/49002ccc54b5/main.cpp)
31+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/InterruptIn_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/InterruptIn_ex_1/main.cpp)
3232

3333
## Related content
3434

0 commit comments

Comments
 (0)