Skip to content

Commit 696abf7

Browse files
author
Amanda Butler
authored
Merge pull request #1263 from maciejbocianski/update_digital_in_out_examples
update digital in/out examples links
2 parents 9342574 + daf0123 commit 696abf7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/api/io/DigitalIn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ You can use any of the numbered Arm Mbed pins can be used as a DigitalIn.
1010

1111
## DigitalIn hello, world
1212

13-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/DigitalIn_HelloWorld/)](https://os.mbed.com/teams/mbed_example/code/DigitalIn_HelloWorld/file/9377dcb1cef3/main.cpp)
13+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/DigitalIn_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/DigitalIn_ex_1/main.cpp)
1414

1515
## DigitalIn example
1616

1717
To handle an interrupt, see [InterruptIn](interruptin.html).
1818

1919
Examples of logical functions - boolean logic NOT, AND, OR, XOR:
2020

21-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/DigitalIn_ex_1/)](https://os.mbed.com/teams/mbed_example/code/DigitalIn_ex_1/file/ad8683db322a/main.cpp)
21+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/DigitalIn_ex_2/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/DigitalIn_ex_2/main.cpp)
2222

2323
## Related content
2424

docs/api/io/DigitalInOut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ You can use any of the numbered Arm Mbed pins as a DigitalInOut.
1515

1616
## DigitalInOut hello, world
1717

18-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/DigitalInOut_HelloWorld/)](https://os.mbed.com/teams/mbed_example/code/DigitalInOut_HelloWorld/file/5ed5244f3929/main.cpp)
18+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/DigitalInOut_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/DigitalInOut_ex_1/main.cpp)

docs/api/io/DigitalOut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Use the DigitalOut interface to configure and control a digital output pin by se
88

99
## DigitalOut hello, world
1010

11-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/DigitalOut_HelloWorld/)](https://os.mbed.com/teams/mbed_example/code/DigitalOut_HelloWorld/file/928e709317d9/main.cpp)
11+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/DigitalOut_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/DigitalOut_ex_1/main.cpp)

0 commit comments

Comments
 (0)