├── .gitmodules ├── Documentation ├── doc1.png ├── doc10.png ├── doc11.png ├── doc12.png ├── doc13.png ├── doc14.png ├── doc2.png ├── doc3.png ├── doc4.png ├── doc5.png ├── doc6.png ├── doc7.png ├── doc8.png └── doc9.png ├── Hardware ├── Dimension.pdf ├── PicoPD Component Note.png ├── PicoPD Gerber V1.2.zip ├── PicoPD Pin Out.png ├── PicoPD V1.2.kicad_pcb ├── PicoPD V1.2.kicad_sch ├── PicoPD V1.2.step ├── Schematic V1.2.pdf ├── bom.csv ├── fp-info-cache └── positions.csv ├── LICENSE └── README.md /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/.gitmodules -------------------------------------------------------------------------------- /Documentation/doc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc1.png -------------------------------------------------------------------------------- /Documentation/doc10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc10.png -------------------------------------------------------------------------------- /Documentation/doc11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc11.png -------------------------------------------------------------------------------- /Documentation/doc12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc12.png -------------------------------------------------------------------------------- /Documentation/doc13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc13.png -------------------------------------------------------------------------------- /Documentation/doc14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc14.png -------------------------------------------------------------------------------- /Documentation/doc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc2.png -------------------------------------------------------------------------------- /Documentation/doc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc3.png -------------------------------------------------------------------------------- /Documentation/doc4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc4.png -------------------------------------------------------------------------------- /Documentation/doc5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc5.png -------------------------------------------------------------------------------- /Documentation/doc6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc6.png -------------------------------------------------------------------------------- /Documentation/doc7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc7.png -------------------------------------------------------------------------------- /Documentation/doc8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc8.png -------------------------------------------------------------------------------- /Documentation/doc9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Documentation/doc9.png -------------------------------------------------------------------------------- /Hardware/Dimension.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/Dimension.pdf -------------------------------------------------------------------------------- /Hardware/PicoPD Component Note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/PicoPD Component Note.png -------------------------------------------------------------------------------- /Hardware/PicoPD Gerber V1.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/PicoPD Gerber V1.2.zip -------------------------------------------------------------------------------- /Hardware/PicoPD Pin Out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/PicoPD Pin Out.png -------------------------------------------------------------------------------- /Hardware/PicoPD V1.2.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/PicoPD V1.2.kicad_pcb -------------------------------------------------------------------------------- /Hardware/PicoPD V1.2.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/PicoPD V1.2.kicad_sch -------------------------------------------------------------------------------- /Hardware/PicoPD V1.2.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/PicoPD V1.2.step -------------------------------------------------------------------------------- /Hardware/Schematic V1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/Schematic V1.2.pdf -------------------------------------------------------------------------------- /Hardware/bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/bom.csv -------------------------------------------------------------------------------- /Hardware/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/fp-info-cache -------------------------------------------------------------------------------- /Hardware/positions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/Hardware/positions.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CentyLab/PicoPD/HEAD/README.md --------------------------------------------------------------------------------