Skip to content

Commit f89fed4

Browse files
author
Amanda Butler
authored
Update examples in AnalogOut.md
Link to AnalogOut examples instead of DigitalIn examples.
1 parent b1ed6cf commit f89fed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/drivers/AnalogOut.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Use the AnalogOut interface to set the output voltage of an analog output pin sp
1010

1111
### AnalogOut hello, world
1212

13-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/AnalogOut_HelloWorld/)](https://os.mbed.com/teams/mbed_example/code/DigitalIn_HelloWorld/file/9377dcb1cef3/main.cpp)
13+
[![View code](https://os.mbed.com/teams/mbed_example/code/AnalogOut_HelloWorld/)](https://os.mbed.com/teams/mbed_example/code/AnalogOut_HelloWorld/file/f2c29bab3feb/main.cpp)
1414

1515
### AnalogOut example
1616

1717
Create a sine wave.
1818

19-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/AnalogOut_ex_1/)](https://os.mbed.com/teams/mbed_example/code/DigitalIn_ex_1/file/ad8683db322a/main.cpp)
19+
[![View code](https://os.mbed.com/teams/mbed_example/code/AnalogOut_ex_1/)](https://os.mbed.com/teams/mbed_example/code/AnalogOut_ex_1/file/e758daa05e53/main.cpp)

0 commit comments

Comments
 (0)