Skip to content

Commit f5877ab

Browse files
committed
Update README.md
1 parent 9764815 commit f5877ab

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
11
# mla_usb
2+
mla_usb is the USB library from the Microchip Libraries for Applications (MLA) distribution. The full MLA distribution and additional information can be found at www.microchip.com/mla.
3+
4+
## License
5+
This library is licensed under the Apache v2 license (see "LICENSE" file in root directory of the repository). To request to license this code under the MLA license (www.microchip.com/mla_license), please contact [email protected].
6+
7+
## Product Support
8+
This library supports the following Microchip product lines:
9+
* PIC16F
10+
* PIC18F
11+
* PIC24F
12+
* PIC24E
13+
* dsPIC33E
14+
15+
For the PIC32 USB support, please visit http://www.microchip.com/harmony.
16+
17+
## Folder Structure
18+
* src - the source files (.c) that make up implementation and any private interface files (.h) local to the library.
19+
* inc - the public interface files (.h)
20+
* doc - the compiled documentation how to use this library.
21+
* doc-o-matic - the documentation source files used in conjunction with the '/src' and '/inc' files to generate the output in the '/doc' folder.

0 commit comments

Comments
 (0)