Coolquest, Inc. | Home | Products | Support | About | Contact | |||
|
<< File View >> | Class View | Parts Library | Examples Home |
// This File Generated by: pt_to_h.exe // Source File: maxim.pt // Destination File: maxim.h #ifndef _maxim_h_ #define _maxim_h_ // AR_OFF -- auto registration is not needed // THIS FILE IS IN THE PUBLIC DOMAIN. // IT IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT // NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. class CP_MAX9374ESA : public TPart { // MAX9374 in SOIC8, same pinout as MAX9374AESA public: port VCC; // warning: VCC is 2.5V for MAX9374, 3.3V for MAX9374A port GND; port D_P; port D_N; port Q_P; port Q_N; port VBB; // output port NC; CP_MAX9374ESA() { SetPackage( "SOIC8", 8 ); // warning: this pinout is not valid for SOT23-8 SetReferencePrefix( "U" ); } virtual void Register() { reg( VCC ); VCC.SetPin( "8" ); reg( GND ); GND.SetPin( "5" ); reg( D_P ); D_P.SetPin( "2" ); reg( D_N ); D_N.SetPin( "3" ); reg( Q_P ); Q_P.SetPin( "7" ); reg( Q_N ); Q_N.SetPin( "6" ); reg( VBB ); VBB.SetPin( "4" ); reg( NC ); NC.SetPin( "1" ); } }; #endif
<< File View >> | Class View | Parts Library | Examples Home |
Legal | Copyright © 2007 by Coolquest, Inc. | Contact |