MustafaMulla29/ti-chip
This code models a hardware circuit for a motor driver using a DRV83053QPHPQ1 integrated circuit, with power supply bypass capacitors, charge-pump capacitors, resistors, and filters, representing the physical connections and key components in a motor control power stage.
- Version
- 0.0.1
- License
- unset
- Stars
- 0
dist/index.d.ts
import * as react from 'react';
/**
* DRV8305-Q1 reference subcircuit extracted from TIDA-01330 sheet 2.
*
* Scope: U1 and the passives wired directly around U1. The external
* SQJ858AEP inverter stages are exposed as named nets because they are a
* separate power stage in the complete reference design.
*/
declare const MotorDriver_DRV8305_TIDA01330: () => any;
export { MotorDriver_DRV8305_TIDA01330, MotorDriver_DRV8305_TIDA01330 as default };