- Add datasheets for all components with an LCSC part number to doc/datasheets/ - Create README.md in datasheets directory explaining the download process - Update CHANGELOGs and READMEs with information about the new datasheets
21 lines
714 BLFS
Markdown
21 lines
714 BLFS
Markdown
# Datasheets
|
|
|
|
This directory contains datasheets for the components used in this project, based on the LCSC part numbers listed in the Bill of Materials (BOM).
|
|
|
|
## Naming Convention
|
|
|
|
The files are named using the following convention:
|
|
|
|
`<Value>_<LCSC Part #>.pdf`
|
|
|
|
- **`<Value>`**: The component value or name from the BOM (e.g., `100u`, `XR76208`).
|
|
- **`<LCSC Part #>`**: The LCSC part number from the BOM (e.g., `C3151829`).
|
|
|
|
## Download Process
|
|
|
|
The datasheets were automatically downloaded from the LCSC website using the following URL format:
|
|
|
|
`https://www.lcsc.com/datasheet/<LCSC Part #>.pdf`
|
|
|
|
This ensures that a datasheet is available for every component with a corresponding LCSC part number in the BOM.
|