Skip to content

Commit ccaac20

Browse files
author
Amanda Butler
authored
Create usb.md
Create template for USB user API for engineering.
1 parent 129f5b9 commit ccaac20

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/reference/api/usb.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## USB
2+
3+
[Add a brief description of the API. Include common use cases and best practices. This should not be longer than a few paragaphs and probably won't be that long.]
4+
5+
### USB class reference
6+
7+
[Note: Most APIs are classes. If, however, this is a function or a macro, please replace "class" with "function" or "macro".]
8+
9+
[Embed the link to the class reference. If you've never done this, ask your editor for help. It involves linking to the Doxygen and includes some weird formatting. This section should only include the embedded API reference.]
10+
11+
### USB example
12+
13+
[Add a sentence explaining what this example does. Then, embed a linked example. If you've never done this, ask your editor for help. Make sure you create the example in the teams repo.]
14+
15+
### Related content
16+
17+
- [Add links to related content in bullet form. Please note this section is optional. Only include relevant links if they exist. All links here should also appear in the text above.]

0 commit comments

Comments
 (0)