├── .gitignore ├── 3M └── 3m.IntLib ├── Abracon └── abracon.IntLib ├── Alps └── alps.IntLib ├── Altech └── altech.IntLib ├── Analog_Devices └── analog_devices.IntLib ├── Atmel └── megaAVR_8bit_2014-08-15.IntLib ├── Avago └── avago.IntLib ├── Bourns └── bourns.IntLib ├── CTS └── cts.IntLib ├── CUI └── cui.IntLib ├── CandK └── candk.IntLib ├── Common └── common.IntLib ├── Cornell-Dubilier └── cornell-dubilier.IntLib ├── Cree └── cree.IntLib ├── DealOn └── dealon.IntLib ├── Diodes_Incorporated └── diodes_incorporated.IntLib ├── ECS └── ecs.IntLib ├── FCI └── fci.IntLib ├── FTDI └── FTDI FT Series.IntLib ├── Fairchild_Semiconductor └── fairchild_semiconductor.IntLib ├── Fujitsu └── fujitsu.IntLib ├── Glenair └── glenair.IntLib ├── Harwin └── harwin.IntLib ├── Hirose └── hirose.IntLib ├── IDEC └── idec.IntLib ├── IXYS └── ixys.IntLib ├── Industrial_Fiberoptics └── industrial_fiberoptics.IntLib ├── International_Rectifier └── IR Discrete MOSFET - Power.IntLib ├── JST └── jst.IntLib ├── Kemet └── KEMET Chip Capacitor.IntLib ├── Keystone └── keystone.IntLib ├── LG └── lg.IntLib ├── LICENSE ├── Lambda └── lambda.IntLib ├── Linear_Technology ├── Linear Technology Operational Amplifiers (LT1000).IntLib ├── Linear Technology Operational Amplifiers (LT2000-LT6000).IntLib ├── Linear Technology Power Management Battery Management.IntLib ├── Linear Technology Power Management LDO Linear Regulators.IntLib ├── Linear Technology Power Management Power Control.IntLib ├── Linear Technology Power Management Switching Regulator LT1074-LT8705.IntLib ├── Linear Technology Power Management Switching Regulator LTC1174-LTC3901.IntLib └── linear_technology.IntLib ├── Linx └── Linx Technologies Connector.IntLib ├── Lite-On └── lite-on.IntLib ├── Littlefuse └── littlefuse.IntLib ├── MCC └── mcc.IntLib ├── MaxStream └── maxstream.IntLib ├── Maxim ├── Maxim Amplifiers and Comparators.IntLib └── Maxim Sensors.IntLib ├── Meder └── meder.IntLib ├── Micrel └── micrel.IntLib ├── Micro_Crystal └── micro_crystal.IntLib ├── Microchip ├── Microchip I2C Serial EEPROM.IntLib ├── Microchip Interface.IntLib ├── Microchip Power Management Battery Management.IntLib ├── Microchip SST Flash.IntLib └── microchip.IntLib ├── Molex └── molex.IntLib ├── Motorola └── Motorola Analog Comparator.IntLib ├── Murata └── murata.IntLib ├── NXP ├── Freescale Semiconductor Kinetis ARM.IntLib └── nxp.IntLib ├── National_Semiconductor ├── National Semiconductor Amplifier.IntLib ├── National Semiconductor LDO.IntLib └── National Semiconductor Switcher.IntLib ├── Norcomp └── norcomp.IntLIb ├── ON ├── ON Semi Darlington Transistors.IntLib ├── ON Semi General Purpose Transistors.IntLib ├── ON Semi MOSFETs.IntLib ├── ON Semi Rectifiers.IntLib └── on.IntLib ├── Ohmite └── ohmite.IntLib ├── Omega └── omega.IntLib ├── Omron └── omron.IntLib ├── Panasonic └── panasonic.IntLib ├── Phoenix_Contact └── phoenix_contact.IntLib ├── Pletronics └── pletronics.IntLib ├── Pulse_Electronics └── pulse.IntLib ├── README.md ├── Recom └── recom.IntLib ├── Rohm └── rohm.IntLib ├── Rosenburger ├── Rosenberger BNC 50 Ohm.IntLib └── Rosenberger SMA.IntLib ├── ST ├── ST Operational Amplifier.IntLib └── st.IntLib ├── Samtec └── samtec.IntLib ├── Sullins └── sullins.IntLib ├── TDK └── tdk.IntLib ├── TE └── te.IntLib ├── Texas_Instruments ├── TI Amplifiers and Linear Isolation Amplifier.IntLib ├── TI Amplifiers and Linear Operational Amplifier Precision Amplifier Part One.IntLib ├── TI Amplifiers and Linear Operational Amplifier Precision Amplifier Part Two.IntLib ├── TI Amplifiers and Linear Special Function Amplifier.IntLib ├── TI Operational Amplifier.IntLib ├── TI Power Management Linear Regulator Single Channel LDO (400-7500mA).IntLib └── texas_instruments.IntLib ├── Traco └── traco.IntLib ├── Turck └── turck.IntLib ├── Ultravolt └── ultravolt.IntLib ├── Vishay └── vishay.IntLib ├── WE └── WE-TPC SMD Shielded Tiny Power Inductor.IntLib ├── Wiznet └── wiznet.IntLib ├── miscellaneous_connectors.IntLIb ├── miscellaneous_devices.IntLib ├── pcb_layer_usage.xlsx ├── standard_capacitors.IntLib ├── standard_resistors.IntLib └── uBlox └── ublox.IntLib /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/.gitignore -------------------------------------------------------------------------------- /3M/3m.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/3M/3m.IntLib -------------------------------------------------------------------------------- /Abracon/abracon.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Abracon/abracon.IntLib -------------------------------------------------------------------------------- /Alps/alps.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Alps/alps.IntLib -------------------------------------------------------------------------------- /Altech/altech.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Altech/altech.IntLib -------------------------------------------------------------------------------- /Analog_Devices/analog_devices.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Analog_Devices/analog_devices.IntLib -------------------------------------------------------------------------------- /Atmel/megaAVR_8bit_2014-08-15.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Atmel/megaAVR_8bit_2014-08-15.IntLib -------------------------------------------------------------------------------- /Avago/avago.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Avago/avago.IntLib -------------------------------------------------------------------------------- /Bourns/bourns.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Bourns/bourns.IntLib -------------------------------------------------------------------------------- /CTS/cts.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/CTS/cts.IntLib -------------------------------------------------------------------------------- /CUI/cui.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/CUI/cui.IntLib -------------------------------------------------------------------------------- /CandK/candk.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/CandK/candk.IntLib -------------------------------------------------------------------------------- /Common/common.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Common/common.IntLib -------------------------------------------------------------------------------- /Cornell-Dubilier/cornell-dubilier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Cornell-Dubilier/cornell-dubilier.IntLib -------------------------------------------------------------------------------- /Cree/cree.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Cree/cree.IntLib -------------------------------------------------------------------------------- /DealOn/dealon.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/DealOn/dealon.IntLib -------------------------------------------------------------------------------- /Diodes_Incorporated/diodes_incorporated.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Diodes_Incorporated/diodes_incorporated.IntLib -------------------------------------------------------------------------------- /ECS/ecs.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/ECS/ecs.IntLib -------------------------------------------------------------------------------- /FCI/fci.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/FCI/fci.IntLib -------------------------------------------------------------------------------- /FTDI/FTDI FT Series.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/FTDI/FTDI FT Series.IntLib -------------------------------------------------------------------------------- /Fairchild_Semiconductor/fairchild_semiconductor.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Fairchild_Semiconductor/fairchild_semiconductor.IntLib -------------------------------------------------------------------------------- /Fujitsu/fujitsu.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Fujitsu/fujitsu.IntLib -------------------------------------------------------------------------------- /Glenair/glenair.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Glenair/glenair.IntLib -------------------------------------------------------------------------------- /Harwin/harwin.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Harwin/harwin.IntLib -------------------------------------------------------------------------------- /Hirose/hirose.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Hirose/hirose.IntLib -------------------------------------------------------------------------------- /IDEC/idec.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/IDEC/idec.IntLib -------------------------------------------------------------------------------- /IXYS/ixys.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/IXYS/ixys.IntLib -------------------------------------------------------------------------------- /Industrial_Fiberoptics/industrial_fiberoptics.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Industrial_Fiberoptics/industrial_fiberoptics.IntLib -------------------------------------------------------------------------------- /International_Rectifier/IR Discrete MOSFET - Power.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/International_Rectifier/IR Discrete MOSFET - Power.IntLib -------------------------------------------------------------------------------- /JST/jst.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/JST/jst.IntLib -------------------------------------------------------------------------------- /Kemet/KEMET Chip Capacitor.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Kemet/KEMET Chip Capacitor.IntLib -------------------------------------------------------------------------------- /Keystone/keystone.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Keystone/keystone.IntLib -------------------------------------------------------------------------------- /LG/lg.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/LG/lg.IntLib -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/LICENSE -------------------------------------------------------------------------------- /Lambda/lambda.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Lambda/lambda.IntLib -------------------------------------------------------------------------------- /Linear_Technology/Linear Technology Operational Amplifiers (LT1000).IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Linear_Technology/Linear Technology Operational Amplifiers (LT1000).IntLib -------------------------------------------------------------------------------- /Linear_Technology/Linear Technology Operational Amplifiers (LT2000-LT6000).IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Linear_Technology/Linear Technology Operational Amplifiers (LT2000-LT6000).IntLib -------------------------------------------------------------------------------- /Linear_Technology/Linear Technology Power Management Battery Management.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Linear_Technology/Linear Technology Power Management Battery Management.IntLib -------------------------------------------------------------------------------- /Linear_Technology/Linear Technology Power Management LDO Linear Regulators.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Linear_Technology/Linear Technology Power Management LDO Linear Regulators.IntLib -------------------------------------------------------------------------------- /Linear_Technology/Linear Technology Power Management Power Control.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Linear_Technology/Linear Technology Power Management Power Control.IntLib -------------------------------------------------------------------------------- /Linear_Technology/Linear Technology Power Management Switching Regulator LT1074-LT8705.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Linear_Technology/Linear Technology Power Management Switching Regulator LT1074-LT8705.IntLib -------------------------------------------------------------------------------- /Linear_Technology/Linear Technology Power Management Switching Regulator LTC1174-LTC3901.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Linear_Technology/Linear Technology Power Management Switching Regulator LTC1174-LTC3901.IntLib -------------------------------------------------------------------------------- /Linear_Technology/linear_technology.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Linear_Technology/linear_technology.IntLib -------------------------------------------------------------------------------- /Linx/Linx Technologies Connector.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Linx/Linx Technologies Connector.IntLib -------------------------------------------------------------------------------- /Lite-On/lite-on.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Lite-On/lite-on.IntLib -------------------------------------------------------------------------------- /Littlefuse/littlefuse.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Littlefuse/littlefuse.IntLib -------------------------------------------------------------------------------- /MCC/mcc.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/MCC/mcc.IntLib -------------------------------------------------------------------------------- /MaxStream/maxstream.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/MaxStream/maxstream.IntLib -------------------------------------------------------------------------------- /Maxim/Maxim Amplifiers and Comparators.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Maxim/Maxim Amplifiers and Comparators.IntLib -------------------------------------------------------------------------------- /Maxim/Maxim Sensors.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Maxim/Maxim Sensors.IntLib -------------------------------------------------------------------------------- /Meder/meder.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Meder/meder.IntLib -------------------------------------------------------------------------------- /Micrel/micrel.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Micrel/micrel.IntLib -------------------------------------------------------------------------------- /Micro_Crystal/micro_crystal.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Micro_Crystal/micro_crystal.IntLib -------------------------------------------------------------------------------- /Microchip/Microchip I2C Serial EEPROM.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Microchip/Microchip I2C Serial EEPROM.IntLib -------------------------------------------------------------------------------- /Microchip/Microchip Interface.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Microchip/Microchip Interface.IntLib -------------------------------------------------------------------------------- /Microchip/Microchip Power Management Battery Management.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Microchip/Microchip Power Management Battery Management.IntLib -------------------------------------------------------------------------------- /Microchip/Microchip SST Flash.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Microchip/Microchip SST Flash.IntLib -------------------------------------------------------------------------------- /Microchip/microchip.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Microchip/microchip.IntLib -------------------------------------------------------------------------------- /Molex/molex.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Molex/molex.IntLib -------------------------------------------------------------------------------- /Motorola/Motorola Analog Comparator.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Motorola/Motorola Analog Comparator.IntLib -------------------------------------------------------------------------------- /Murata/murata.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Murata/murata.IntLib -------------------------------------------------------------------------------- /NXP/Freescale Semiconductor Kinetis ARM.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/NXP/Freescale Semiconductor Kinetis ARM.IntLib -------------------------------------------------------------------------------- /NXP/nxp.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/NXP/nxp.IntLib -------------------------------------------------------------------------------- /National_Semiconductor/National Semiconductor Amplifier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/National_Semiconductor/National Semiconductor Amplifier.IntLib -------------------------------------------------------------------------------- /National_Semiconductor/National Semiconductor LDO.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/National_Semiconductor/National Semiconductor LDO.IntLib -------------------------------------------------------------------------------- /National_Semiconductor/National Semiconductor Switcher.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/National_Semiconductor/National Semiconductor Switcher.IntLib -------------------------------------------------------------------------------- /Norcomp/norcomp.IntLIb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Norcomp/norcomp.IntLIb -------------------------------------------------------------------------------- /ON/ON Semi Darlington Transistors.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/ON/ON Semi Darlington Transistors.IntLib -------------------------------------------------------------------------------- /ON/ON Semi General Purpose Transistors.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/ON/ON Semi General Purpose Transistors.IntLib -------------------------------------------------------------------------------- /ON/ON Semi MOSFETs.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/ON/ON Semi MOSFETs.IntLib -------------------------------------------------------------------------------- /ON/ON Semi Rectifiers.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/ON/ON Semi Rectifiers.IntLib -------------------------------------------------------------------------------- /ON/on.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/ON/on.IntLib -------------------------------------------------------------------------------- /Ohmite/ohmite.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Ohmite/ohmite.IntLib -------------------------------------------------------------------------------- /Omega/omega.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Omega/omega.IntLib -------------------------------------------------------------------------------- /Omron/omron.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Omron/omron.IntLib -------------------------------------------------------------------------------- /Panasonic/panasonic.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Panasonic/panasonic.IntLib -------------------------------------------------------------------------------- /Phoenix_Contact/phoenix_contact.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Phoenix_Contact/phoenix_contact.IntLib -------------------------------------------------------------------------------- /Pletronics/pletronics.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Pletronics/pletronics.IntLib -------------------------------------------------------------------------------- /Pulse_Electronics/pulse.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Pulse_Electronics/pulse.IntLib -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/README.md -------------------------------------------------------------------------------- /Recom/recom.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Recom/recom.IntLib -------------------------------------------------------------------------------- /Rohm/rohm.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Rohm/rohm.IntLib -------------------------------------------------------------------------------- /Rosenburger/Rosenberger BNC 50 Ohm.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Rosenburger/Rosenberger BNC 50 Ohm.IntLib -------------------------------------------------------------------------------- /Rosenburger/Rosenberger SMA.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Rosenburger/Rosenberger SMA.IntLib -------------------------------------------------------------------------------- /ST/ST Operational Amplifier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/ST/ST Operational Amplifier.IntLib -------------------------------------------------------------------------------- /ST/st.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/ST/st.IntLib -------------------------------------------------------------------------------- /Samtec/samtec.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Samtec/samtec.IntLib -------------------------------------------------------------------------------- /Sullins/sullins.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Sullins/sullins.IntLib -------------------------------------------------------------------------------- /TDK/tdk.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/TDK/tdk.IntLib -------------------------------------------------------------------------------- /TE/te.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/TE/te.IntLib -------------------------------------------------------------------------------- /Texas_Instruments/TI Amplifiers and Linear Isolation Amplifier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Texas_Instruments/TI Amplifiers and Linear Isolation Amplifier.IntLib -------------------------------------------------------------------------------- /Texas_Instruments/TI Amplifiers and Linear Operational Amplifier Precision Amplifier Part One.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Texas_Instruments/TI Amplifiers and Linear Operational Amplifier Precision Amplifier Part One.IntLib -------------------------------------------------------------------------------- /Texas_Instruments/TI Amplifiers and Linear Operational Amplifier Precision Amplifier Part Two.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Texas_Instruments/TI Amplifiers and Linear Operational Amplifier Precision Amplifier Part Two.IntLib -------------------------------------------------------------------------------- /Texas_Instruments/TI Amplifiers and Linear Special Function Amplifier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Texas_Instruments/TI Amplifiers and Linear Special Function Amplifier.IntLib -------------------------------------------------------------------------------- /Texas_Instruments/TI Operational Amplifier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Texas_Instruments/TI Operational Amplifier.IntLib -------------------------------------------------------------------------------- /Texas_Instruments/TI Power Management Linear Regulator Single Channel LDO (400-7500mA).IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Texas_Instruments/TI Power Management Linear Regulator Single Channel LDO (400-7500mA).IntLib -------------------------------------------------------------------------------- /Texas_Instruments/texas_instruments.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Texas_Instruments/texas_instruments.IntLib -------------------------------------------------------------------------------- /Traco/traco.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Traco/traco.IntLib -------------------------------------------------------------------------------- /Turck/turck.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Turck/turck.IntLib -------------------------------------------------------------------------------- /Ultravolt/ultravolt.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Ultravolt/ultravolt.IntLib -------------------------------------------------------------------------------- /Vishay/vishay.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Vishay/vishay.IntLib -------------------------------------------------------------------------------- /WE/WE-TPC SMD Shielded Tiny Power Inductor.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/WE/WE-TPC SMD Shielded Tiny Power Inductor.IntLib -------------------------------------------------------------------------------- /Wiznet/wiznet.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/Wiznet/wiznet.IntLib -------------------------------------------------------------------------------- /miscellaneous_connectors.IntLIb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/miscellaneous_connectors.IntLIb -------------------------------------------------------------------------------- /miscellaneous_devices.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/miscellaneous_devices.IntLib -------------------------------------------------------------------------------- /pcb_layer_usage.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/pcb_layer_usage.xlsx -------------------------------------------------------------------------------- /standard_capacitors.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/standard_capacitors.IntLib -------------------------------------------------------------------------------- /standard_resistors.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/standard_resistors.IntLib -------------------------------------------------------------------------------- /uBlox/ublox.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/HEAD/uBlox/ublox.IntLib --------------------------------------------------------------------------------