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: sn74cbtlv1g125.pt // Destination File: sn74cbtlv1g125.h #ifndef _sn74cbtlv1g125_h_ #define _sn74cbtlv1g125_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_SN74CBTLV1G125DBV : public TPart { public: port OE_N; port A; port GND; port B; port VCC; CP_SN74CBTLV1G125DBV() { SetPackage( "SOT23_5", 5 ); SetReferencePrefix( "U" ); } virtual void Register() { reg( OE_N ); OE_N.SetPin( "1" ); reg( A ); A.SetPin( "2" ); reg( GND ); GND.SetPin( "3" ); reg( B ); B.SetPin( "4" ); reg( VCC ); VCC.SetPin( "5" ); } }; #endif
<< File View >> | Class View | Parts Library | Examples Home |
Legal | Copyright © 2007 by Coolquest, Inc. | Contact |