Skip to content

Commit f3845cc

Browse files
author
Amanda Butler
authored
Fix Timer.md
Change Doxygen link to .h file, and remove class hierarchy diagram.
1 parent 9f5caa7 commit f3845cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/api/drivers/Timer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## Timer
22

3-
<span class="images">![](https://os.mbed.com/docs/v5.10/mbed-os-api-doxy/classmbed_1_1_timer.png)<span>Timer class hierarchy</span></span>
4-
53
Use the Timer interface to create, start, stop and read a timer for measuring small times (between microseconds and seconds).
64

75
You can independently create, start and stop any number of Timer objects.
@@ -10,7 +8,7 @@ You can independently create, start and stop any number of Timer objects.
108

119
### Timer class reference
1210

13-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/v5.10/mbed-os-api-doxy/classmbed_1_1_timer.html)
11+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/v5.10/mbed-os-api-doxy/_timer_8h_source.html)
1412

1513
### Timer hello, world
1614

0 commit comments

Comments
 (0)