Skip to content

Commit 721cf03

Browse files
author
Amanda Butler
authored
Merge pull request #1266 from maciejbocianski/update_bus_examples
update Bus examples links
2 parents d2e1c9a + 35ac685 commit 721cf03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/api/io/BusIn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ You can use any of the numbered Arm Mbed pins as a DigitalIn in the BusIn.
1616

1717
## BusIn hello, world
1818

19-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/BusIn_HelloWorld/)](https://os.mbed.com/teams/mbed_example/code/BusIn_HelloWorld/file/1e81bff34109/main.cpp)
19+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/BusIn_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/BusIn_ex_1/main.cpp)

docs/api/io/BusInOut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The order of pins in the constructor is the reverse order of the pins in the byt
1616

1717
## BusInOut hello, world
1818

19-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/BusInOut_HelloWorld/)](https://os.mbed.com/teams/mbed_example/code/BusInOut_HelloWorld/file/910f6ba3c4a3/main.cpp)
19+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/BusInOut_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/BusInOut_ex_1/main.cpp)
2020

2121
## Related content
2222

docs/api/io/BusOut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can use any of the numbered Arm Mbed pins as a DigitalOut in the BusOut.
1717

1818
## BusOut hello, world
1919

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

2222
## Related content
2323

0 commit comments

Comments
 (0)