Skip to content

Commit 0bc8131

Browse files
author
Amanda Butler
authored
Fix Timer.md
Remove class hierarchy diagram, and point Doxygen to .h file.
1 parent b96ce89 commit 0bc8131

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-doc-builder.test.mbed.com/docs/development/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)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1_timer.html)
11+
[![View code](https://www.mbed.com/embed/?type=library)](https://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/_timer_8h_source.html)
1412

1513
### Timer hello, world
1614

0 commit comments

Comments
 (0)