├── .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: -------------------------------------------------------------------------------- 1 | # General 2 | .DS_Store 3 | *.zip 4 | *.raw 5 | *.log 6 | 7 | # Altium 8 | *.AnnotationPreview 9 | *.err 10 | *.PrjPCBStructure 11 | *.PcbDoc.htm 12 | __Previews 13 | History 14 | Design\ Rule*.* 15 | hardware/Project\ Logs* 16 | -------------------------------------------------------------------------------- /3M/3m.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/3M/3m.IntLib -------------------------------------------------------------------------------- /Abracon/abracon.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Abracon/abracon.IntLib -------------------------------------------------------------------------------- /Alps/alps.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Alps/alps.IntLib -------------------------------------------------------------------------------- /Altech/altech.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Altech/altech.IntLib -------------------------------------------------------------------------------- /Analog_Devices/analog_devices.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Analog_Devices/analog_devices.IntLib -------------------------------------------------------------------------------- /Atmel/megaAVR_8bit_2014-08-15.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Atmel/megaAVR_8bit_2014-08-15.IntLib -------------------------------------------------------------------------------- /Avago/avago.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Avago/avago.IntLib -------------------------------------------------------------------------------- /Bourns/bourns.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Bourns/bourns.IntLib -------------------------------------------------------------------------------- /CTS/cts.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/CTS/cts.IntLib -------------------------------------------------------------------------------- /CUI/cui.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/CUI/cui.IntLib -------------------------------------------------------------------------------- /CandK/candk.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/CandK/candk.IntLib -------------------------------------------------------------------------------- /Common/common.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Common/common.IntLib -------------------------------------------------------------------------------- /Cornell-Dubilier/cornell-dubilier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Cornell-Dubilier/cornell-dubilier.IntLib -------------------------------------------------------------------------------- /Cree/cree.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Cree/cree.IntLib -------------------------------------------------------------------------------- /DealOn/dealon.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/DealOn/dealon.IntLib -------------------------------------------------------------------------------- /Diodes_Incorporated/diodes_incorporated.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Diodes_Incorporated/diodes_incorporated.IntLib -------------------------------------------------------------------------------- /ECS/ecs.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/ECS/ecs.IntLib -------------------------------------------------------------------------------- /FCI/fci.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/FCI/fci.IntLib -------------------------------------------------------------------------------- /FTDI/FTDI FT Series.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/FTDI/FTDI FT Series.IntLib -------------------------------------------------------------------------------- /Fairchild_Semiconductor/fairchild_semiconductor.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Fairchild_Semiconductor/fairchild_semiconductor.IntLib -------------------------------------------------------------------------------- /Fujitsu/fujitsu.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Fujitsu/fujitsu.IntLib -------------------------------------------------------------------------------- /Glenair/glenair.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Glenair/glenair.IntLib -------------------------------------------------------------------------------- /Harwin/harwin.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Harwin/harwin.IntLib -------------------------------------------------------------------------------- /Hirose/hirose.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Hirose/hirose.IntLib -------------------------------------------------------------------------------- /IDEC/idec.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/IDEC/idec.IntLib -------------------------------------------------------------------------------- /IXYS/ixys.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/IXYS/ixys.IntLib -------------------------------------------------------------------------------- /Industrial_Fiberoptics/industrial_fiberoptics.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Industrial_Fiberoptics/industrial_fiberoptics.IntLib -------------------------------------------------------------------------------- /International_Rectifier/IR Discrete MOSFET - Power.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/International_Rectifier/IR Discrete MOSFET - Power.IntLib -------------------------------------------------------------------------------- /JST/jst.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/JST/jst.IntLib -------------------------------------------------------------------------------- /Kemet/KEMET Chip Capacitor.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Kemet/KEMET Chip Capacitor.IntLib -------------------------------------------------------------------------------- /Keystone/keystone.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Keystone/keystone.IntLib -------------------------------------------------------------------------------- /LG/lg.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/LG/lg.IntLib -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Sevun Scientific, Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Lambda/lambda.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Lambda/lambda.IntLib -------------------------------------------------------------------------------- /Linear_Technology/Linear Technology Operational Amplifiers (LT1000).IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Linear_Technology/Linear Technology Operational Amplifiers (LT1000).IntLib -------------------------------------------------------------------------------- /Linear_Technology/Linear Technology Operational Amplifiers (LT2000-LT6000).IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/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/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/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/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/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/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/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/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/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/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Linear_Technology/Linear Technology Power Management Switching Regulator LTC1174-LTC3901.IntLib -------------------------------------------------------------------------------- /Linear_Technology/linear_technology.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Linear_Technology/linear_technology.IntLib -------------------------------------------------------------------------------- /Linx/Linx Technologies Connector.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Linx/Linx Technologies Connector.IntLib -------------------------------------------------------------------------------- /Lite-On/lite-on.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Lite-On/lite-on.IntLib -------------------------------------------------------------------------------- /Littlefuse/littlefuse.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Littlefuse/littlefuse.IntLib -------------------------------------------------------------------------------- /MCC/mcc.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/MCC/mcc.IntLib -------------------------------------------------------------------------------- /MaxStream/maxstream.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/MaxStream/maxstream.IntLib -------------------------------------------------------------------------------- /Maxim/Maxim Amplifiers and Comparators.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Maxim/Maxim Amplifiers and Comparators.IntLib -------------------------------------------------------------------------------- /Maxim/Maxim Sensors.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Maxim/Maxim Sensors.IntLib -------------------------------------------------------------------------------- /Meder/meder.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Meder/meder.IntLib -------------------------------------------------------------------------------- /Micrel/micrel.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Micrel/micrel.IntLib -------------------------------------------------------------------------------- /Micro_Crystal/micro_crystal.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Micro_Crystal/micro_crystal.IntLib -------------------------------------------------------------------------------- /Microchip/Microchip I2C Serial EEPROM.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Microchip/Microchip I2C Serial EEPROM.IntLib -------------------------------------------------------------------------------- /Microchip/Microchip Interface.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Microchip/Microchip Interface.IntLib -------------------------------------------------------------------------------- /Microchip/Microchip Power Management Battery Management.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Microchip/Microchip Power Management Battery Management.IntLib -------------------------------------------------------------------------------- /Microchip/Microchip SST Flash.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Microchip/Microchip SST Flash.IntLib -------------------------------------------------------------------------------- /Microchip/microchip.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Microchip/microchip.IntLib -------------------------------------------------------------------------------- /Molex/molex.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Molex/molex.IntLib -------------------------------------------------------------------------------- /Motorola/Motorola Analog Comparator.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Motorola/Motorola Analog Comparator.IntLib -------------------------------------------------------------------------------- /Murata/murata.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Murata/murata.IntLib -------------------------------------------------------------------------------- /NXP/Freescale Semiconductor Kinetis ARM.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/NXP/Freescale Semiconductor Kinetis ARM.IntLib -------------------------------------------------------------------------------- /NXP/nxp.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/NXP/nxp.IntLib -------------------------------------------------------------------------------- /National_Semiconductor/National Semiconductor Amplifier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/National_Semiconductor/National Semiconductor Amplifier.IntLib -------------------------------------------------------------------------------- /National_Semiconductor/National Semiconductor LDO.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/National_Semiconductor/National Semiconductor LDO.IntLib -------------------------------------------------------------------------------- /National_Semiconductor/National Semiconductor Switcher.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/National_Semiconductor/National Semiconductor Switcher.IntLib -------------------------------------------------------------------------------- /Norcomp/norcomp.IntLIb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Norcomp/norcomp.IntLIb -------------------------------------------------------------------------------- /ON/ON Semi Darlington Transistors.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/ON/ON Semi Darlington Transistors.IntLib -------------------------------------------------------------------------------- /ON/ON Semi General Purpose Transistors.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/ON/ON Semi General Purpose Transistors.IntLib -------------------------------------------------------------------------------- /ON/ON Semi MOSFETs.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/ON/ON Semi MOSFETs.IntLib -------------------------------------------------------------------------------- /ON/ON Semi Rectifiers.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/ON/ON Semi Rectifiers.IntLib -------------------------------------------------------------------------------- /ON/on.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/ON/on.IntLib -------------------------------------------------------------------------------- /Ohmite/ohmite.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Ohmite/ohmite.IntLib -------------------------------------------------------------------------------- /Omega/omega.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Omega/omega.IntLib -------------------------------------------------------------------------------- /Omron/omron.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Omron/omron.IntLib -------------------------------------------------------------------------------- /Panasonic/panasonic.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Panasonic/panasonic.IntLib -------------------------------------------------------------------------------- /Phoenix_Contact/phoenix_contact.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Phoenix_Contact/phoenix_contact.IntLib -------------------------------------------------------------------------------- /Pletronics/pletronics.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Pletronics/pletronics.IntLib -------------------------------------------------------------------------------- /Pulse_Electronics/pulse.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Pulse_Electronics/pulse.IntLib -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Version control for Altium Libraries. 2 | 3 | Old libraries are listed under '_fix' directory. -------------------------------------------------------------------------------- /Recom/recom.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Recom/recom.IntLib -------------------------------------------------------------------------------- /Rohm/rohm.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Rohm/rohm.IntLib -------------------------------------------------------------------------------- /Rosenburger/Rosenberger BNC 50 Ohm.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Rosenburger/Rosenberger BNC 50 Ohm.IntLib -------------------------------------------------------------------------------- /Rosenburger/Rosenberger SMA.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Rosenburger/Rosenberger SMA.IntLib -------------------------------------------------------------------------------- /ST/ST Operational Amplifier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/ST/ST Operational Amplifier.IntLib -------------------------------------------------------------------------------- /ST/st.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/ST/st.IntLib -------------------------------------------------------------------------------- /Samtec/samtec.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Samtec/samtec.IntLib -------------------------------------------------------------------------------- /Sullins/sullins.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Sullins/sullins.IntLib -------------------------------------------------------------------------------- /TDK/tdk.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/TDK/tdk.IntLib -------------------------------------------------------------------------------- /TE/te.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/TE/te.IntLib -------------------------------------------------------------------------------- /Texas_Instruments/TI Amplifiers and Linear Isolation Amplifier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/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/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/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/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/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/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Texas_Instruments/TI Amplifiers and Linear Special Function Amplifier.IntLib -------------------------------------------------------------------------------- /Texas_Instruments/TI Operational Amplifier.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/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/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/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/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Texas_Instruments/texas_instruments.IntLib -------------------------------------------------------------------------------- /Traco/traco.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Traco/traco.IntLib -------------------------------------------------------------------------------- /Turck/turck.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Turck/turck.IntLib -------------------------------------------------------------------------------- /Ultravolt/ultravolt.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Ultravolt/ultravolt.IntLib -------------------------------------------------------------------------------- /Vishay/vishay.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Vishay/vishay.IntLib -------------------------------------------------------------------------------- /WE/WE-TPC SMD Shielded Tiny Power Inductor.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/WE/WE-TPC SMD Shielded Tiny Power Inductor.IntLib -------------------------------------------------------------------------------- /Wiznet/wiznet.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/Wiznet/wiznet.IntLib -------------------------------------------------------------------------------- /miscellaneous_connectors.IntLIb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/miscellaneous_connectors.IntLIb -------------------------------------------------------------------------------- /miscellaneous_devices.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/miscellaneous_devices.IntLib -------------------------------------------------------------------------------- /pcb_layer_usage.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/pcb_layer_usage.xlsx -------------------------------------------------------------------------------- /standard_capacitors.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/standard_capacitors.IntLib -------------------------------------------------------------------------------- /standard_resistors.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/standard_resistors.IntLib -------------------------------------------------------------------------------- /uBlox/ublox.IntLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/counterwound/library-altium/230ad3f6a0b5d1d2082f2c1f9e61c9a99b680d21/uBlox/ublox.IntLib --------------------------------------------------------------------------------