Altium Designer library for the Toshiba TB6612FNG dual H-bridge motor driver. Schematic symbol, PCB footprint, Library Package, and 3D models (STEP + SolidWorks).
TB6612FNG-Altium-Library/
├── 3D body/
│ ├── TB6612FNG Module.STEP # Generic STEP model for the IC
│ ├── Motor_driver.sldprt # SolidWorks part (source CAD)
│ ├── 8_pin_header.SLDPRT # Example header part (not required for the IC)
│ └── Assem1.SLDASM # SolidWorks assembly demo
├── TB6612FNG/
│ ├── History/ # Altium auto-generated library history
│ ├── TB6612FNG.LibPkg # Library Package (recommended entry point)
│ ├── TB6612FNG.SchLib # Schematic symbol library
│ └── TB6612FNG.PcbLib # PCB footprint library
└── LICENSE
Altium consumes the .STEP for 3D rendering; the SolidWorks files are editable sources.
A — Use the Library Package (recommended)
- Open
TB6612FNG.LibPkgin Altium - Review component, symbol-to-footprint links, parameters
- Right-click the library project → Compile Integrated Library to generate
.IntLib - View → Panels → Components → Installed → Install From File → select the
.IntLib
B — Raw libraries
Add TB6612FNG.SchLib and TB6612FNG.PcbLib directly to your project, or install via the Components panel.
MIT — see anjanamb.github.io for more projects.