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: osc20.pt // Destination File: osc20.h #ifndef _osc20_h_ #define _osc20_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_CTX199ND : public TPart { //20Mhz oscillator public: port OUTPUT; port OE; //output enable port VCC; port GND; CP_CTX199ND() { SetPackage( "MXO45HST20", 4 ); SetReferencePrefix( "U" ); } virtual void Register() { reg( OUTPUT ); OUTPUT.SetPin( "5" ); reg( OE ); OE.SetPin( "1" ); reg( VCC ); VCC.SetPin( "8" ); reg( GND ); GND.SetPin( "4" ); } }; #endif
<< File View >> | Class View | Parts Library | Examples Home |
Legal | Copyright © 2007 by Coolquest, Inc. | Contact |